Load the gene expression data for one study, map probes to Entrez Gene IDs,
then normalize and transform the expression values.
Usage
getStudyData(parentFolderPath, studyName, studyDataType, platformInfo)
Arguments
- parentFolderPath
Path to the folder that contains the data.
- studyName
Name of dataset to load.
- studyDataType
Type of data.
- platformInfo
Microarray platform.
Value
An ExpressionSet
, unless the platform or data type is not
supported, then NA.