Description Usage Arguments Value Examples
Filters Marr
object according to the Maximum Rank
Reproducibility of the features, samples pairs, or both. Features are removed
if their reproducibility per sample pair is less than pFeatures
.
Samples are removed if their sample pair reproducibility per feature is less
than pSamplepairs
for all pairings of that sample and the other
samples in the set.
1 | MarrFilterData(object, by = c("both", "features", "samplePairs"))
|
object |
a Marr object from |
by |
String specifying which reproducibility values to filter by. Options include "features" to filter features according to their reproducibility, "samplePairs" to filter samples according to the reproducibility of sample pairs, or "both" to filter both features and sample pairs according to their respective reproducibility. Default is "both". |
A list of data.frame
's or a SummarizedExperiment
.
If a data.frame
was originally input into the Marr
function,
a list with three elements, filteredData
,
removedSamples
, and removedFeatures
, will be returned. If a
SummarizedExperiment
was originally input, output will be a
SummarizedExperiment
with the assay filtered and with two metadata
objects, removedSamples
and removedFeatures
added.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.