Skip to contents

Get GEO supplemental file URL for a given GEO accession

Usage

getGEOSuppFileURL(GEO)

Arguments

GEO

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)
} # }