taxtable | R Documentation |
Compute taxonomic table from lineages.
taxtable(lineage)
lineage |
string. Vector of lineages. |
Duplicated lineages are removed.
A data.frame with columns corresponding to different ranks.
lineage1 <- "k__Bacteria|p__Verrucomicrobia|c__Verrucomicrobiae"
lineage2 <- "k__Bacteria|p__Firmicutes|c__Clostridia"
lineage3 <- "k__Bacteria|p__Firmicutes|c__Bacilli"
taxtable(c(lineage1, lineage2, lineage3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.