View source: R/download_functions.R
Uses NCBI-eUtils. Takes GEO dataset UIDs (of the format 200012345) and creates a mapping from these UIDs to the (default) GEO platform accession number used by GEO to annotate the GEO dataset. GPL accessions will be of the form "GPL1234" and GDS uids will be returned in the same for as input (ie, 200012345). Does not make an effort to ensure input order is the same as output order.
1 2 3 | dl_gds_to_gpl(ids,
eutils_prefix = paste0("https://eutils.ncbi.nlm.nih.gov/",
"entrez/eutils/esummary.fcgi?db=gds"))
|
ids |
ABC |
eutils_prefix |
DEF |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.