# create and plot mixture (automatically determining the optimal number of components)
#for a given DB subset treating the subset as a full group
mixture.subset <- examples$jointUniquePairs$getMixture(examples$corr,
groups=c("NetAffx_Q", "DAVID_Q", "EnVision_Q"),
full.group=TRUE, G=c(1:5), verbose=TRUE);
mixture.subset$plot();
Run the code above in your browser using DataLab