Description Usage Arguments Value Examples
converting taxa character to data frame. Missing taxa are filled with 'unassiagned'
1 | TaxaToDF_fn(taxainfo, level_table = c("not_otu", "otu"))
|
taxainfo |
a vector store taxonomic information |
level_table |
decide to use 16s or shotgun sequencing |
return a data frame contain taxonomic information
1 2 3 4 | taxainfo = c("Unclassified",
"k__Archaea;p__Euryarchaeota;c__Methanobacteria;o__Methanobacteriales",
"k__Archaea;p__Euryarchaeota;c__Methanobacteria;o__Methanobacteriales;f__Methanobacteriaceae")
TaxaToDF_fn(taxainfo)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.