perform_nmf | R Documentation |
Perform NMF and create gene modules from expression matrix. Slightly modified code from Reuben and Dalia.
perform_nmf(seurat_obj, rank = 20, cluster_name)
seurat_obj |
Seurat object. |
rank |
Rank for NMF, default = 20. |
cluster_name |
Name of cluster or clusters you want to run NMF on. |
NMF results list with matrix, modules, scores and coef.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.