A collection of functions that used to handle bioinformatics related tasks
The file folder path or directory that contains the affy files (*.cel)
optional, if true it use GCRMA method to normalize the affy data, otherwise, use the default RMA method. GCRMA, A bias-corrected RMA; FALSE, use RMA, which is based on Robust Multi-Chip' average
The name of CDF that is associated with the affy data.
A directory that contains affy raw data
optional to write the result into disk
the raw data that is the output from the method getRelatedAffyRawData
the GSE identity id, such as GSE35635
Chen et al.(2018), Front. Physiol., 25 September 2018, (Front. Physiol.)
Bioconductor (2019), https://www.bioconductor.org/
exprs <- downloadGenomeDataExprs(GSE35635)
#> Error in sprintf("Enter downloadGenomeDataExprs zone: ges_assess_no=%s", ges_assess_no): object 'GSE35635' not found
exprs
#> Error in eval(expr, envir, enclos): object 'exprs' not found