View source: R/GEO_Download_Preprocess.R
| GEO_Download_DNAMethylation | R Documentation | 
Download the methylation data and the associated sample phenotypic data from the GEO database.
GEO_Download_DNAMethylation(
  AccessionID,
  targetDirectory = ".",
  DownloadData = TRUE
)
| AccessionID | character string indicating GEO accession number. Currently support the GEO series (GSE) data type. | 
| targetDirectory | character string indicting the file path to save the data. Default: '.' (current directory). | 
| DownloadData | logical indicating whether the actual data should be downloaded (Default: TRUE). If False, the desired directory where the downloaded data should have been saved is returned. | 
a list with two elements. The first element ('$MethylationData') indicating the file path to the downloaded methylation data. The second element ('$PhenotypicData') indicating the file path to the sample phenotypic data.
METdirectories <- GEO_Download_DNAMethylation(AccessionID = 'GSE114134',
                                              targetDirectory = tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.