MineICAParams
.
It contains the parameters that will be used by function
runAn
to analyze the ICA decomposition
contained in an object of class
IcaSet
.
buildMineICAParams(Sfile = new("character"), Afile = new("character"), datfile = new("character"), annotfile = new("character"), resPath = "", genesPath, annot2col = new("character"), pvalCutoff = 0.05, selCutoff = 3)
resPath
/ProjByComp/.annot2Color
.MineICAParams
MineICAParams
,
runAn
## define default parameters and fill resPath
params <- buildMineICAParams(resPath="resMineICACarbayo/")
## change the default cutoff for selection of contribugint genes/features
params <- buildMineICAParams(resPath="resMineICACarbayo/", selCutoff=4)
Run the code above in your browser using DataLab