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