computeLatentSpace {OUTRIDER} | 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]