summary,nmf-method | R Documentation |
summary
method for class "nmf
". Describes metadata representation in NMF factors. Returns object of class nmfSummary
. Plot results using plot
.
## S4 method for signature 'nmf'
summary(object, group_by, stat = "sum", ...)
## S3 method for class 'nmfSummary'
plot(x, ...)
object |
an object of class " |
group_by |
a discrete factor giving groupings for samples or features. Must be of the same length as number of samples in |
stat |
either |
... |
arguments passed to or from other methods |
x |
|
data.frame
with columns group
, factor
, and stat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.