consensus,NMFfitXn-method {NMF} | R Documentation |
Computes the consensus matrix of the set of fits stored in object
, as
the mean connectivity matrix across runs.
Description
This method returns NULL
on an empty object. The
result is a matrix with several attributes attached, that
are used by plotting functions such as
consensusmap
to annotate the plots.
Usage
## S4 method for signature 'NMFfitXn'
consensus(object, ...,
no.attrib = FALSE)
Arguments
object |
an object with a suitable
|
... |
extra arguments to allow extension. They are
passed to |
no.attrib |
a logical that indicates if attributes
containing information about the NMF model should be
attached to the result ( |
[Package NMF version 0.27 Index]