Description Usage Arguments Details Examples
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
1 | nmf_extract_group(nmfObj, type = "consensus", matchConseOrder = FALSE)
|
nmfObj |
NMF run results |
type |
a character string that indicates the type of cluster membership should be returned, valid input is 'samples' or 'consensus'. |
matchConseOrder |
if |
This code is modified from source.
1 2 3 4 | ## Not run:
nmf_extract_group(nmf_res)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.