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)