View source: R/sortTaxonomyMatrix.R
sortTaxonomyMatrix | R Documentation |
Sort a clustered taxonomy matrix for a list of taxon IDs, sorted based on a defined reference species
sortTaxonomyMatrix(taxonList = NULL, refspec = NULL)
taxonList |
list of taxonomy IDs |
refspec |
reference taxon |
A dataframe contains clustered taxonomy matrix
Vinh Tran tran@bio.uni-frankfurt.de
taxonList <- c("Homo sapiens", "5207", "40674", "4751", "3702", "72664")
sortTaxonomyMatrix(taxonList, "Homo sapiens")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.