View source: R/controlForConfounders.R
computeLatentSpace | R Documentation |
Extracts the latent space from the OutriderDataSet object determined by the autoencoder.
computeLatentSpace(ods)
ods |
An OutriderDataSet |
A matrix containing the latent space determined by the autoencoder.
ods <- makeExampleOutriderDataSet()
ods <- estimateSizeFactors(ods)
ods <- controlForConfounders(ods, implementation="pca")
computeLatentSpace(ods)[,1:6]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.