Description Usage Arguments Value Examples
View source: R/getNSetterFunsInternal.R
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.
1 2 3 | 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.
1 2 3 4 | 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.