Description Usage Arguments Value Author(s) See Also Examples
Align ncbi taxonomy IDs of all taxa into a sorted rank list
1 | taxonomy_table_creator(idListFile, rankListFile)
|
idListFile |
a text file whose each row is a rank+ID list of a taxon |
rankListFile |
a text file whose each row is a rank list of a taxon |
An aligned taxonomy dataframe
Vinh Tran tran@bio.uni-frankfurt.de
1 2 3 4 5 6 7 | idListFile <- system.file(
"extdata", "data/idList.txt", package = "phyloprofile", mustWork = TRUE
)
rankListFile <- system.file(
"extdata", "data/rankList.txt", package = "phyloprofile", mustWork = TRUE
)
taxonomy_table_creator(idListFile, rankListFile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.