R/ftp_archive.R

Defines functions ftp_archive ftp_base_url

ftp_base_url <- function() {
  'https://ftp.ebi.ac.uk/pub/databases/genenames/hgnc/'
}

ftp_archive <- function() {
  paste0(ftp_base_url(), 'archive/')
}

Try the hgnc package in your browser

Any scripts or data that you put into this service are public.

hgnc documentation built on Aug. 29, 2023, 9:07 a.m.