| get_geo_data | R Documentation | 
Downloads normalized gene expression data from Gene Expression Omnibus (GEO) and stores it as a SummarizedExperiment object. Information about detection P values and dates of scanning can also be extracted.
get_geo_data(
  accession,
  temp.dir = tempdir(),
  platform = NULL,
  detection.pvalue = FALSE,
  scan.date = FALSE
)
accession | 
 Character. Identifier of GEO data set (GSEXXX).  | 
temp.dir | 
 Character. Destination directory to downloaded array files.  | 
platform | 
 Character. GEO identifier of platform that should be selected. Only relevant, if study profiled samples on different platforms.  | 
detection.pvalue | 
 Logical. Should information about detection P values be extracted (if available)?  | 
scan.date | 
 Logical. Should information about scan dates be extracted (if raw data files are available)?  | 
RangedSummarizedExperiment-class
object.
se = get_geo_data(accession = "GSE6710")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.