Description Usage Arguments Value Author(s) Examples
Indexing all available ranks (including norank)
1 | 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
1 2 3 4 5 6 7 | ## Not run:
rankListFile <- system.file(
"extdata", "data/rankList.txt", package = "PhyloProfile", mustWork = TRUE
)
rankIndexing(rankListFile)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.