R/getReactomeUrl.R

Defines functions getReactomeUrl

Documented in getReactomeUrl

#' Function that lets us avoid storing a redundant pile of URLs in a cache
#' 
#' @param term  the Reactome term to look up 
#'
#' @return url  the URL to look it up on the Reactome website
#'
#' @export
getReactomeUrl <- function(term) { 
  return(paste0("http://www.reactome.org/PathwayBrowser/#/", toupper(term)))
}
RamsinghLab/TxDbLite documentation built on March 14, 2021, 10:49 a.m.