computeLatentSpace: Extracting the latent space

Description Usage Arguments Value Examples

View source: R/controlForConfounders.R

Description

Extracts the latent space from the OutriderDataSet object determined by the autoencoder.

Usage

1

Arguments

ods

An OutriderDataSet

Value

A matrix containing the latent space determined by the autoencoder.

Examples

1
2
3
4
5
ods <- makeExampleOutriderDataSet()

ods <- estimateSizeFactors(ods)
ods <- controlForConfounders(ods, implementation="pca")
computeLatentSpace(ods)[,1:6]

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