Description Usage Arguments Value Author(s) See Also Examples
Create a long matrix format for all kinds of input file
1 | create_long_matrix(input_file)
|
input_file |
input file in orthoXML, multiple FASTA, wide or long matrix format. |
A data frame that contains input data in long-format
Vinh Tran tran@bio.uni-frankfurt.de
xml_parser
, fasta_parser
,
wide_to_long
1 2 3 4 | input_file <- system.file(
"extdata", "test.main.wide", package = "phyloprofile", mustWork = TRUE
)
create_long_matrix(input_file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.