Description Usage Arguments Value Examples
check the format of taxainfo and output taxa.LEVEL
1 | TaxaIden_fn(TaxaInfo, taxa.level = c("k", "p", "o", "c", "f", "g", "s", "otu"))
|
TaxaInfo |
a vector store taxonomic information |
taxa.level |
required, c("k","p","o","c","f","g","s"). Collapsing the count to provided taxonomic level. options are "k","p","c","o","f","g","s".Only need to declaimed when argument DE is setup as "taxa". Every taxonimic level has to have "k__","p__","c__","o__","f__","g__",or "s__" |
a character vector corresponds with taxa.level
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")
TaxaIden_fn(taxainfo,taxa.level = "f")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.