R/get_mhcnuggets_url.R

Defines functions get_mhcnuggets_url

Documented in get_mhcnuggets_url

#' Get the URL of the MHCnuggets source code
#' @return a string that is a URL
#' @examples
#' get_mhcnuggets_url()
#' @author Richèl J.C. Bilderbeek
#' @export
get_mhcnuggets_url <- function() {
  "https://github.com/KarchinLab/mhcnuggets"
}
richelbilderbeek/mhcnuggetsr documentation built on Nov. 9, 2023, 10 p.m.