Summarize the percent taxa classification for phyloseq-class.

percent_classified(x)

Arguments

x

phyloseq-class object

Value

Table with information on percent OTUs classified.

Author

Contact: Sudarshan A. Shetty sudarshanshetty9@gmail.com

Examples

if (FALSE) {
library(microbiomeutilities)
data("zackular2014")
pseq <- zackular2014
percent_classified(pseq)
}