View source: R/find_taxon_mat.R
find_taxon_mat | R Documentation |
Find the Taxonomy Information Matrix
find_taxon_mat(names, taxonLevels)
names |
Row names of the taxonomy matrix |
taxonLevels |
Taxon Levels of all tids |
taxmat Taxonomy Information Matrix
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.