R/get_default_netmhc2pan_folder.R

Defines functions get_default_netmhc2pan_folder

Documented in get_default_netmhc2pan_folder

#' Get the path to the folder where this package installs
#' NetMHCIIpan by default
#' @return the path to the folder where this package installs
#'   NetMHCIIpan by default
#' @examples
#' get_default_netmhc2pan_folder()
#' @author Richèl J.C. Bilderbeek
#' @export
get_default_netmhc2pan_folder <- function() {
  rappdirs::user_data_dir()
}

Try the netmhc2pan package in your browser

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

netmhc2pan documentation built on Nov. 9, 2023, 1:08 a.m.