rankIndexing | R Documentation |
Indexing all available ranks (including norank)
rankIndexing(rankListFile = NULL)
rankListFile |
Input file, where each row is a rank list of a taxon (see rankListFile in example) |
A dataframe containing a list of all possible ranks and their indexed values.
Vinh Tran tran@bio.uni-frankfurt.de
rankListFile <- system.file(
"extdata", "data/rankList.txt", package = "PhyloProfile", mustWork = TRUE
)
PhyloProfile:::rankIndexing(rankListFile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.