runExprProgram | R Documentation |
Perform non-negative matrix factorization (NMF) to identify expression programs.
runExprProgram(
expr,
rank = 50,
sel.clusters = NULL,
clusterStashName = "default",
savePath = NULL
)
expr |
A Seurat object. |
rank |
An integer of decomposition rank used in NMF. |
sel.clusters |
A vector of selected clusters to analyze. The default is NULL and all clusters will be used. |
clusterStashName |
A character string used as the name of cluster identies. The default is "default". |
savePath |
A path to save the results files. If NULL, the 'statPath' will be used instead. |
A list of decomposed matrixes (W and H), and the relative genes of each programs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.