Learn R Programming

clusterCons (version 1.2)

membBoxPlot: Generate a box and whisker plot of membership robustness for all clusters

Description

This function uses the lattice function bwplot to generate a box and whisker plot of membership robustness from the result of a call to the memrob function.

Usage

membBoxPlot(x)

Arguments

x

the result of a call to the memrob function.

Value

No return value, called for side effects

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

memroblist-class,memrob

Examples

Run this code
# NOT RUN {
#load up a test cluscomp result
data('testcmr');

#calculate the membershpi robustness for one of the clustering results
mr <- memrob(testcmr$e1_kmeans_k5);

#plot the bwplot
membBoxPlot(mr);
# }

Run the code above in your browser using DataLab