Description Usage Arguments Value Author(s) Examples
This function consumes an OTU table, and a vector containing taxnomic ranks, then returns what percent of OTUs in the given table are classified at each taxonomic rank.
1 | percent.classified(data, ranks=c("f","g"))
|
data |
a list of OTU tables to be processed.
See also |
ranks |
a vector containing the taxonomic ranks you are interested in (see ?RAM.rank.formatting for formatting details). |
A list of numeric vectors, containing the result for each taxonomic rank.
Wen Chen and Joshua Simpson.
1 2 3 4 5 |
Loading required package: vegan
Loading required package: permute
Loading required package: lattice
This is vegan 2.5-3
Loading required package: ggplot2
sh: 1: cannot create /dev/null: Permission denied
sh: 1: cannot create /dev/null: Permission denied
$ITS1
$ITS1$`%_OTU_classified_at_family_level:`
[1] 57.9932
$ITS1$`%_OTU_classified_at_genus_level:`
[1] 49.89371
$ITS2
$ITS2$`%_OTU_classified_at_family_level:`
[1] 62.72016
$ITS2$`%_OTU_classified_at_genus_level:`
[1] 42.73973
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.