object
, as
the mean connectivity matrix across runs.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.
# S4 method for NMFfitXn
consensus(object, ...,
no.attrib = FALSE)
an object with a suitable
predict
method.
extra arguments to allow extension. They are
passed to predict
, except for the
vector
and factor
methods.
a logical that indicates if attributes
containing information about the NMF model should be
attached to the result (TRUE
) or not
(FALSE
).