| gds_idatquery | R Documentation |
Queries GEO Data Sets for IDATs, and downloads available IDATs. This uses anticipated string pattern to construct the URL path for the query. IDATs are detected from the supplement for a GSE record.
gds_idatquery(
gsmvi,
ext = "gz",
expand = TRUE,
verbose = FALSE,
dfp = "idats",
burl = paste0("ftp://ftp.ncbi.nlm.nih.gov/geo/samples/")
)
gsmvi |
Vector of valid GSM IDs. |
ext |
Filename extension. |
expand |
Whether to expand compressed files. |
verbose |
Whether to show verbose messages (default FALSE). |
dfp |
Destination directory for downloads. |
burl |
Base URL string for RCurl query. |
Lists the basename paths and filenames of IDATs downloaded.
query <- try(gds_idatquery(gsmvi = c("GSM2465267", "GSM2814572")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.