Learn R Programming

clusterCons (version 1.2)

memroblist-class: Class "memroblist"

Description

Objects of class 'memroblist' are created to hold the membership robustness scores for the features (e.g. genes) of a cluster.

Arguments

Objects from the Class

Objects can be created by calls of the form new("memroblist", ...), although these objects are normally created internally by the memrob function.

Slots

mrl:

Object of class "data.frame" - the membership robustness list itself

References

Merged consensus clustering to assess and improve class discovery with microarray data. Simpson TI, Armstrong JD and Jarman AP. BMC Bioinformatics 2010, 11:590.

See Also

Also see the memrob function/

Examples

Run this code
# NOT RUN {
showClass("memroblist")

#load a cmr
data(testcmr);

#calculate the membership robustness for agnes, k=4
mr <- memrob(testcmr$e2_agnes_k4);

#get a membership robustness list
mrl <- mr$cluster1;

# }

Run the code above in your browser using DataLab