Skip to contents

Get consensus NMF information and parameters

Usage

getConsensusNMFInfo(x, name = "cNMF")

Arguments

x

A SingleCellExperiment object with cNMF results

name

Character, name of the cNMF result (default "cNMF")

Value

List with cNMF run information (excluding large matrices)

Examples

# sce <- runConsensusNMF(sce, k_range = 5:10)
# info <- getConsensusNMFInfo(sce)