View source: R/network_functions.R
consolidateNMF | R Documentation |
Consolidate several NMF reduction objects into single NMF reduction object within Seurat object.
consolidateNMF(object, reduction_key = "nmf")
object |
Seurat object containing several NMF reductions (e.g., each NMF with different k parameter) |
reduction_key |
Reduction key used to identify reduction objects for consolidation. Default is "nmf". |
Seurat object with with several NMF reductions consolidated into "nmf_all" reduction object.
Nicholas Mikolajewicz
https://nmikolajewicz.github.io/scMiko/articles/Module_Detection.html
runNMF
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.