Description Usage Arguments Details Value Author(s) See Also Examples
Retrieve computed latent space from a SingleCellExperiment
object.
1 | 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
1 2 3 4 5 | # Example data
data(exSCE)
# Get latent space
latentSpace(exSCE)[seq_len(5), ]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.