anomedOnlybic {BcDiag} | R Documentation |
Provides ANOVA and median polish residual plots for biclustered data.
anomedOnlybic(dset, bres, fit="boxplot", mname="biclust", bnum=1,
fabia.thresZ=0.5,fabia.thresL=NULL)
dset |
data matrix. |
bres |
bicluster result. |
fit |
a string value to fit a plot; 'aplot','mplot','anovbplot','mpolishbplot','boxplot'. |
mname |
method name; 'biclust', 'isa2', 'fabia' or 'bicare'. |
bnum |
existing biclusters; '1','2'... |
fabia.thresZ |
Bicluster threshold for |
fabia.thresL |
Bicluster threshold for |
A function provides residuals plots for biclustered data based on ANOVA and median polish.
The function checks the required parameter values and fit the plot according to the user requirements.
Note that the "biclust"
option for mname
will also accept results from the packages iBBiG and rqubic.
Residual plots or residual box plots.
Mengsteab Aregay mycs.zab@gmail.com
Van't Veer, L.J., Dai, H., van de Vijver, M.J., He, Y.D., Hart, A.A. et al. (2002). Gene expression profiling predicts clinical outcome of breast cancer,Nature, 415, 530-536.
Kaiser S. and Leisch F. (2008). A Toolbox for Bicluster Analysis in R. Ludwigstrasse. 33.
data(breastc)
library(biclust)
# find bicluster using one of biclust algorithms
bic <- biclust(breastc, method=BCPlaid())
# fit residual boxplot from ANOVA
anomedOnlybic(dset=breastc,bres=bic,fit="boxplot",mname="biclust")