rankIndexing {PhyloProfile} | 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
## Not run: rankListFile <- system.file( "extdata", "data/rankList.txt", package = "PhyloProfile", mustWork = TRUE ) rankIndexing(rankListFile) ## End(Not run)