Description Usage Arguments Value Author(s) Examples
Function to filter the MRexperiment data by numerical parameters
1 | filterMEData(MRobj, minpresence = 1, minfeats = 2, minreads = 2)
|
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 |
the filtered MRobj
Janina Reeder
1 2 | data("mouseData", package = "metagenomeSeq")
filterMEData(MRobj = mouseData, minpresence = 4, minfeats = 300)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.