prefilter {microbial} | R Documentation |
filter the phyloseq
Description
filter the phyloseq
Usage
prefilter(physeq, min = 10, perc = 0.05)
Arguments
physeq |
A |
min |
Numeric, the threshold for mininal Phylum shown in samples |
perc |
Numeric, input the percentage of samples for which to filter low counts. |
Value
filter phyloseq object
Author(s)
Kai Guo
Examples
data("Physeq")
physeqs<-prefilter(physeq)
[Package microbial version 0.0.21 Index]