Description Usage Arguments Value Examples
Adds a column keep
to mcols(y)
that specifies
which rows of the SummarizedExperiment will be included
in statistical testing. Rows are not removed, just marked
with the logical keep
.
1 | labelKeep(y, minCount = 10, minN = 3, x)
|
y |
a SummarizedExperiment |
minCount |
the minimum count |
minN |
the minimum sample size at |
x |
the name of the condition variable, will
use the smaller of the two groups to set |
a SummarizedExperiment with a new column keep
in mcols(y)
1 2 3 | y <- makeSimSwishData()
y <- scaleInfReps(y)
y <- labelKeep(y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.