Learn R Programming

NMF (version 0.5.06)

NMFList-class: Class "NMFList" to Handle the Comparison of NMF Results

Description

Class "NMFList" is used to wrap into a list the results of different NMF runs with the objective to compare them.

While it handles indifferently any kind of NMF result, it is usually used to compare NMF results from different algorithms.

Arguments

Objects from the Class

Objects can be created by calls of the form as.NMFList(...).

Extends

Class "list", from data part. Class "vector", by class "list", distance 2. Class "AssayData-class", by class "list", distance 2.

See Also

nmf-compare, nmf-multiple, nmf

Examples

Run this code
showClass("NMFList")

Run the code above in your browser using DataLab