Description Usage Arguments Value Author(s) Examples
View source: R/collectDatasets.R
This is a helper function that finishes CDF normalization and packages all data (gene expression and phenotypic) into one simple object.
1 | transform_data(cdfname, accession, gse, platform_id, filenamesV1)
|
cdfname |
Name of CDF File |
accession |
Accession ID corresponding to GSE object |
gse |
GSE object from GEOquery |
platform_id |
GPL platform number |
filenamesV1 |
List of CEL file names |
expression |
The normalized gene expression data |
phenotype_data |
The corresponding phenotype metadata for each of the samples in the gene expression data |
Anjan Bharadwaj
1 2 | ##transform_data ("hgu133ahsentrezgcdf", "11121",
## gse, "GPL570", ##c("GSM12890.CEL","GSM138290.CEL"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.