Skip to contents

Reconstruct original matrix from NMF factors

Usage

reconstructNMF(x, name = "NMF")

Arguments

x

A SingleCellExperiment object with NMF results

name

Character, name of the NMF result to use (default "NMF")

Value

Reconstructed matrix (basis

Examples

# sce <- runNMFscape(sce, k = 10)
# reconstructed <- reconstructNMF(sce)