filterData {metagenomeSeq} | R Documentation |
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.
filterData(obj, present = 1, depth = 1000)
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 |
A MRexperiment object.
data(mouseData) filterData(mouseData)