latentSpace {CellTrails} | R Documentation |
Retrieve computed latent space from a SingleCellExperiment
object.
latentSpace(object)
object |
A |
Returns the latent space set for a CellTrails analysis. The
resulting matrix is numeric. Rows are samples and columns are d
components. It is a wrapper for reducedDim
to ensure
that the proper matrix is received from a SingleCellExperiment
object.
An object of class matrix
Daniel C. Ellwanger
SingleCellExperiment
reducedDim
# Example data data(exSCE) # Get latent space latentSpace(exSCE)[seq_len(5), ]