data(breastc)
# find bicluster using biclust package
library(biclust)
bic <- biclust(breastc,method=BCPlaid())
# Plot the mean of biclusterd and clustered genes parallely.
exploreBic(dset=breastc,bres=bic,gby="conditions",pfor="mean",mname="biclust")
Run the code above in your browser using DataLab