sampleExclusionMask {OUTRIDER} | R Documentation |
To exclude a sample from the fit process, one can use this function to mask specific samples. This can be used if replicates are present.
sampleExclusionMask(ods, aeMatrix = FALSE) sampleExclusionMask(ods) <- value
ods |
An OutriderDataSet object |
aeMatrix |
If |
value |
A logical vector of the length of the samples. If |
The exclusion vector/matrix.
ods <- makeExampleOutriderDataSet() sampleExclusionMask(ods) <- sample(c(FALSE, TRUE), ncol(ods), replace=TRUE) sampleExclusionMask(ods)