prefilter | R Documentation |
filter the phyloseq
prefilter(physeq, min = 10, perc = 0.05)
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. |
filter phyloseq object
Kai Guo
data("Physeq")
physeqs<-prefilter(physeq)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.