filter the phyloseq
prefilter(physeq, min = 10, perc = 0.05)
filter phyloseq object
A phyloseq
object containing merged information of abundance,
taxonomic assignment, sample data including the measured variables and categorical information
of the samples, and / or phylogenetic tree if available.
Numeric, the threshold for mininal Phylum shown in samples
Numeric, input the percentage of samples for which to filter low counts.
Kai Guo
# \donttest{
data("Physeq")
physeqs<-prefilter(physeq)
# }
Run the code above in your browser using DataLab