Description Usage Arguments Value Author(s) Examples
View source: R/collectDatasets.R
The function will utilize the other helper functions in the package to download data from the online Gene Expression Omnibus, find the proper CDF file to use from the BrainArray website (alternatively, if it cannot be found online, the user will be prompted to enter the link to a CDF file of their choice), and normalize the data based on the CDF file. If the dataset from online is not in the .CEL format, the tool will not perform normalization.
1 | fetchData(accession, output_dir)
|
accession |
The numerical portion of a GSE accession ID, in character format. Example"" for accession GSE11121, the user should provide the argument as "11121" |
output_dir |
A character describing the output file directory. Example: "/Users/johndoe/Documents/GEODATA" |
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 | ##fetchData("11121", "/Users/johndoe/Documents/GEODATA")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.