Description Usage Arguments Value Examples
This function implements the GLM-PCA dimensionality reduction
method for high-dimensional count data. This is a wrapper for
glmpca.
1 2 3 4 5 6 7 8 9 10 |
object |
A |
... |
further arguments passed to |
L |
the desired number of latent dimensions (integer). |
assay |
a character or integer specifying which assay to use for GLM-PCA
(default = 'counts'). Ignored if |
The original SingleCellExperiment or
SummarizedExperiment object with the GLM-PCA results added to the
metadata slot. If the original input was a
SingleCellExperiment, then a new reducedDim element called
"GLMPCA" will be added, representing the GLM-PCA factors. If
the input was a matrix, output matches that of
glmpca.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.