Description Usage Arguments Value Examples
View source: R/find_taxon_mat.R
Find the Taxonomy Information Matrix
1 | find_taxon_mat(names, taxonLevels)
|
names |
Row names of the taxonomy matrix |
taxonLevels |
Taxon Levels of all tids |
taxmat Taxonomy Information Matrix
1 2 3 4 | ids <- c("ti|54005", "ti|73001", "ti|573", "ti|228277", "ti|53458")
tids <- c("54005", "73001", "573", "228277", "53458")
taxonLevels <- find_taxonomy(tids)
tax_table <- find_taxon_mat(ids, taxonLevels)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.