View source: R/GEO_Download_Preprocess.R
GEO_Download_GeneExpression | R Documentation |
Download the gene expression data and the associated sample phenotypic data from the GEO database.
GEO_Download_GeneExpression(
AccessionID,
targetDirectory = ".",
DownloadData = TRUE
)
AccessionID |
character string indicating the 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 ('$GeneExpressionData') indicating the file path to the downloaded methylation data. The second element ('$PhenotypicData') indicating the file path to the sample phenotypic data.
GEdirectories <- GEO_Download_GeneExpression(AccessionID = 'GSE114065',
targetDirectory = tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.