Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

microbial (version 0.0.21)

prefilter: filter the phyloseq

Description

filter the phyloseq

Usage

prefilter(physeq, min = 10, perc = 0.05)

Value

filter phyloseq object

Arguments

physeq

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.

min

Numeric, the threshold for mininal Phylum shown in samples

perc

Numeric, input the percentage of samples for which to filter low counts.

Author

Kai Guo

Examples

Run this code
# \donttest{
data("Physeq")
physeqs<-prefilter(physeq)
# }

Run the code above in your browser using DataLab