Get GEO supplemental file URL for a given GEO accession
Source:R/getGEOSuppFiles.R
getGEOSuppFileURL.Rd
Get GEO supplemental file URL for a given GEO accession
Examples
# an example of a GEO supplemental file URL
# with a set of single-cell RNA-seq data
url = getGEOSuppFileURL("GSE161228")
url
#> [1] "https://ftp.ncbi.nlm.nih.gov/geo/series/GSE161nnn/GSE161228/suppl/"
if (FALSE) { # \dontrun{
browseURL(url)
} # }