Description Usage Arguments Details See Also
The NonLinearEmbeddingMatrix class is used for storing low-dimensional embeddings from non-linear dimensionality reduction techniques.
1 2 3 |
sampleFactors |
A matrix-like object of sample embeddings, where rows are samples and columns are factors. |
featureLoadings |
A matrix-like object of feature loadings, where rows are features and columns are factors. |
factorData |
A DataFrame containing factor-level information, with one row per factor. |
metadata |
An optional list of arbitrary content describing the overall experiment. |
param |
An |
The NonLinearEmbeddingMatrix
class inherits
from SingleCellExperiment::LinearEmbeddingMatrix()
and is
designed to be stored inside a TourExperiment()
object. It
gains an additional slot, storing NonLinearEmbeddingParam-class
object, allowing us to maintain the arguments used to generate
the embedding matrix. This is useful for running diagnostics over
the same parameter set.
SingleCellExperiment::LinearEmbeddingMatrix()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.