ps_prune: Prune taxa from phyloseq object by their prevalence or...

View source: R/ps_prune.R

ps_pruneR Documentation

Prune taxa from phyloseq object by their prevalence or abundance

Description

Prune taxa from phyloseq object by their prevalence or abundance

Usage

ps_prune(data, min.samples = 0, min.reads = 0, min.abundance = 0)

Arguments

data

phyloseq object.

min.samples

Minimum number of samples the features should be present in. Default 0

min.reads

Minimum number of total reads the features should have. Default 0

min.abundance

Minimum mean relative abundance features should have. Default 0

Value

Similar to input, but with features not reaching the criteria given grouped as "Others"


Russel88/MicEco documentation built on Nov. 24, 2022, 2:33 a.m.