Learn R Programming

metagenomeSeq (version 1.14.0)

filterData: Filter datasets according to no. features present in features with at least a certain depth.

Description

Filter the data based on the number of present features after filtering samples by depth of coverage. There are many ways to filter the object, this is just one way.

Usage

filterData(obj, present = 1, depth = 1000)

Arguments

obj
A MRexperiment object or count matrix.
present
Features with at least 'present' postive samples.
depth
Sampls with at least this much depth of coverage

Value

A MRexperiment object.

Examples

Run this code

data(mouseData)
filterData(mouseData)

Run the code above in your browser using DataLab