nmf_select_best_k: Select the best k from multiple consensus NMF run

View source: R/nmf_utils.R

nmf_select_best_kR Documentation

Select the best k from multiple consensus NMF run

Description

X = W x H W is the feature matrix, H is the sample matrix After NMF run, use Cophenatic index to select the best k highest value after k=2

Usage

nmf_select_best_k(res, type = "consensus")

Arguments

res

NMF run results

Examples

nmf_select_best_k(nmf_res)

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