labelKeep {fishpond} | R Documentation |
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
.
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)
y <- makeSimSwishData() y <- scaleInfReps(y) y <- labelKeep(y)