Usage
writeBic(dset, fileName, bicResult, bicname,
mname = c("fabia", "isa2", "biclust","bicare"), append = TRUE, delimiter = " ",
fabia.thresZ=0.5,fabia.thresL=NULL)
Arguments
fileName
the name of the bicluster file to be saved.
bicResult
bicluster result obtained from 'biclust','isa2' or 'fabia'
bicname
the title to be given for the biclustered data.
mname
method name; 'biclust', 'isa2', 'fabia' or 'bicare'
append
logical value; TRUE as default
delimiter
delimiter in created output file; default value is " ".
fabia.thresZ
Bicluster threshold for mname="fabia"
. Threshold for sample belonging to bicluster; default 0.5.
fabia.thresL
Bicluster threshold for mname="fabia"
. Threshold for loading belonging to bicluster (if not given it is estimated).