This wizard brings you the GenometriCorr functionality through a simple GUI that is started by a single line of code typed into an R command window.
The package is based on the Tcl/Tk interface. To work with it, you need the Tcl/Tk interpreter installed along with R. If your system is Windows, you can use the Active Tcl/Tk distribution. For MAC users, the necessary distribution is at the R for Mac OS X resource (do not use Active for Mac).
When you have Tcl/Tk installed, just run the wizard from your R command window:
source('http://genometricorr.sourceforge.net/wizard/GenometriCorrWizard.R')
We put some example configuration files to exdata folder of the project package. To get to this directory with the wizard, say to R:
library('GenometriCorr') setwd(paste(path.package('GenometriCorr'),"extdata",sep="/")) source('http://genometricorr.sourceforge.net/wizard/GenometriCorrWizard.R')