computeLatentSpace: Extracting the latent space

View source: R/controlForConfounders.R

computeLatentSpaceR Documentation

Extracting the latent space

Description

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

Usage

computeLatentSpace(ods)

Arguments

ods

An OutriderDataSet

Value

A matrix containing the latent space determined by the autoencoder.

Examples

ods <- makeExampleOutriderDataSet()

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


gagneurlab/OUTRIDER documentation built on April 13, 2024, 7:55 p.m.