Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

consensus-commaNMFfitXn-method

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 predict method.

...

extra arguments to allow extension. They are passed to predict, except for the vector and factor methods.

no.attrib

a logical that indicates if attributes containing information about the NMF model should be attached to the result (TRUE) or not (FALSE).


NMF

Algorithms and Framework for Nonnegative Matrix Factorization (NMF)

v0.23.0
GPL (>= 2)
Authors
Renaud Gaujoux, Cathal Seoighe
Initial release
2020-07-30

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.