nmf_summary: Get NMF run summary stats

View source: R/nmf_utils.R

nmf_summaryR Documentation

Get NMF run summary stats

Description

X = W x H W is the feature matrix, H is the sample matrix After NMF run, use this function to select import features and assign groups for the two matrix

Usage

nmf_summary(res, class = NULL, save.data = F,
  filename = "nmf.summary.txt")

Arguments

res

NMF run results

Examples

nmf_summary(data)

naikai/sake documentation built on Feb. 15, 2023, 11 p.m.