Usage
getServerProbeIntensities(listOfProbesets, celfilePath, annotation=NULL, aptCelExtractPath=NULL, pgfPath=NULL, clfPath=NULL, cdfPath=NULL, serveradress="localhost", username=NULL, password=NULL, plinkPath=NULL, pscpPath=NULL, verbose=TRUE)
Arguments
listOfProbesets
Either a character vector with the names of the probesets from which probes should be included in the ProbeLevelSet, or the path name of a file containing this
celfilePath
The path to a folder that contains the cel files of interest. If serveradress is different from "localhost", this should be the path on the remote computer
annotation
Character string specifying which type of arrays is investigated. If a pgf file and clf file is specified this is optional.
aptCelExtractPath
The path to the apt-cel-extract file from the Affymetrix Power Tools package (including the filename itself). You can try to leave it as NULL and see what happens. If the tool is in path, it will work anyway. If you have specified the argument before it will be remembered. If you are using an OS for which executables have been included in the package (win32 and linux64), it will default to using that.
pgfPath
The path to a pgf file for the exon array of interest. This argument is mutually exclusive with the cdfPath argument. These files can be downloaded from www.affymetrix.com for the array of interest. Once given for a particular annotation, the location is saved for future use and can be given as NULL next time.
clfPath
The path to a clf file for the exon array of interest. This argument is mutually exclusive with the cdfPath argument. These files can be downloaded from www.affymetrix.com for the array of interest. Once given for a particular annotation, the location is saved for future use and can be given as NULL next time.
cdfPath
The path to a cdf file for the array of interest. This argument is mutually exclusive with the pgfPath and clfPath arguments. These files can be downloaded from www.affymetrix.com for the array of interest. Once given for a particular annotation, the location is saved for future use and can be given as NULL next time.
serveradress
Character string with the IP adress to a remote server. Defaults to "localhost", in which case the algorithm is run locally.
username
The username for the remote server. Optional if serveradress is "localhost".
password
The password for the remote server. Optional if serveradress is "localhost".
plinkPath
The path to the plink program. Can be found at http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html. Used to transfer commands to the remote server. Optional if serveradress is "localhost".
pscpPath
The path to the pscp program. Can be found at http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html. Used to transfer commands to the remote server. Optional if serveradress is "localhost".