runNMF | R Documentation |
perform NMF
runNMF(object, savePath, rank = 5, base.size = 8, pt.size = 1.6)
object |
A Seurat object |
savePath |
A path to save the results files(suggest to create a foler named by sample name) |
rank |
A integer value to determine the dimension of decomposition matrix |
A list containing a seuratObject, a list of results of intermediate process, a list of plots and a logical value to show whether the process completed successfully
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.