filterMEData: Function to filter the MRexperiment data by numerical...

Description Usage Arguments Value Author(s) Examples

View source: R/functions.R

Description

Function to filter the MRexperiment data by numerical parameters

Usage

1
filterMEData(MRobj, minpresence = 1, minfeats = 2, minreads = 2)

Arguments

MRobj

MRExperiment object to filter

minpresence

minimum sample presence per feature

minfeats

minimum number of features per sample

minreads

minimum number of reads per sample

Value

the filtered MRobj

Author(s)

Janina Reeder

Examples

1
2
data("mouseData", package = "metagenomeSeq")
filterMEData(MRobj = mouseData, minpresence = 4, minfeats = 300)

microbiomeExplorer documentation built on Nov. 8, 2020, 8:16 p.m.