prefilter: filter the phyloseq

Description Usage Arguments Value Author(s) Examples

View source: R/Functions.R

Description

filter the phyloseq

Usage

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

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.

Value

filter phyloseq object

Author(s)

Kai Guo

Examples

1
2
data("Physeq")
physeqs<-prefilter(physeq)

microbial documentation built on Nov. 1, 2021, 5:08 p.m.