View source: R/getNSetterFunsInternal.R
sampleExclusionMask | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.