Description Usage Arguments Value Examples
View source: R/controlForConfounders.R
Extracts the latent space from the OutriderDataSet object determined by the autoencoder.
1 | computeLatentSpace(ods)
|
ods |
An OutriderDataSet |
A matrix containing the latent space determined by the autoencoder.
1 2 3 4 5 | 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.