Description Usage Arguments Value Author(s) Examples
Get full taxonomy matrix from "data/taxonomyMatrix.txt" or only a subset of matrix based on an input taxon list
1 | get_taxonomy_matrix(subset_taxa_check, taxon_IDs)
|
subset_taxa_check |
subset taxonomy matrix based on input taxon IDs (TRUE/FALSE) |
taxon_IDs |
list of input taxon IDs |
Data frame contains the (subset of) taxonomy matrix
Vinh Tran tran@bio.uni-frankfurt.de
1 2 3 4 5 | # get full pre-installed taxonomy matrix
get_taxonomy_matrix(FALSE, NULL)
# get taxonomy matrix for a list of taxon IDs
taxon_ids <- c("ncbi10020", "ncbi10090")
get_taxonomy_matrix(TRUE, taxon_ids)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.