View source: R/sortTaxonomyMatrix.R
createTaxonomyMatrix | R Documentation |
Create an aligned taxonomy matrix for a list of taxon IDs
createTaxonomyMatrix(idList)
idList |
list of taxonomy IDs |
A dataframe contains clustered taxonomy matrix
Vinh Tran tran@bio.uni-frankfurt.de
idList <- c("9606", "5207", "40674", "4751", "3702", "72664")
createTaxonomyMatrix(idList)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.