Skip to contents

Get stability metrics from cNMF results

Usage

getStabilityMetrics(x, name = "cNMF")

Arguments

x

A SingleCellExperiment object with cNMF results

name

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

Value

Data frame with stability metrics for each k value

Examples

# sce <- runConsensusNMF(sce, k_range = 5:10)
# metrics <- getStabilityMetrics(sce)