Learn R Programming

tmhmm (version 1.3)

install_tmhmm: Install NetMHC2pan to a local folder

Description

Install NetMHC2pan to a local folder

Usage

install_tmhmm(
  download_url = get_tmhmm_url(),
  folder_name = get_default_tmhmm_folder()
)

Arguments

download_url

the URL to download TMHMM from

folder_name

superfolder of TMHMM. The superfolder's name is /home/[user_name]/.local/share by default, as can be obtained by get_default_tmhmm_folder

Examples

Run this code
# NOT RUN {
  install_tmhmm()
# }

Run the code above in your browser using DataLab