sampleExclusionMask: Sample exclusion

Description Usage Arguments Value Examples

View source: R/getNSetterFunsInternal.R

Description

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.

Usage

1
2
3
sampleExclusionMask(ods, aeMatrix = FALSE)

sampleExclusionMask(ods) <- value

Arguments

ods

An OutriderDataSet object

aeMatrix

If TRUE, it returns a 0/1 matrix for the internal autoencoder functions in the form of feature x sample

value

A logical vector of the length of the samples. If TRUE, the corresponding sample will be excluded from the autoencoder fit.

Value

The exclusion vector/matrix.

Examples

1
2
3
4

OUTRIDER documentation built on Nov. 8, 2020, 5:16 p.m.