RunGLMPCA | R Documentation |
Run GLMPCA
RunGLMPCA(
object,
L = 5,
assay = NULL,
features = NULL,
reduction.name = "glmpca",
reduction.key = "GLMPC_",
verbose = TRUE,
...
)
object |
A Seurat object |
L |
The number of dimensions to return (defaults to 5) |
assay |
Assay to use, defaults to the default assay |
features |
A list of features to use when performing GLM-PCA. If null, defaults to variable features. |
reduction.name |
Name to store resulting DimReduc object as. Defaults to glmpca |
reduction.key |
Key for resulting DimReduc. Defaults to GLMPC_ |
... |
Extra parameters passed to |
A Seurat object containing the output of GLMPCA stored as a DimReduc object.
Will Townes
Townes, W., Hicks, SC, Aryee, MJ, Irizarry, RA. (2019). "Feature selection and dimension reduction for single-cell RNA-Seq based on a multinomial model." Genome Biology.
## Not run:
pbmc_small
pbmc_small <- RunGLMPCA(pbmc_small)
DimPlot(pbmc_small, redunction = 'glmpca')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.