consolidateNMF.Rd
Consolidate several NMF reduction objects into single NMF reduction object within Seurat object.
consolidateNMF(object, reduction_key = "nmf")
Seurat object containing several NMF reductions (e.g., each NMF with different k parameter)
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.