View source: R/install_tmhmm.R
install_tmhmm | R Documentation |
Install NetMHC2pan to a local folder
install_tmhmm( download_url = get_tmhmm_url(), folder_name = get_default_tmhmm_folder() )
download_url |
the URL to download TMHMM from |
folder_name |
superfolder of TMHMM.
The superfolder's name is |
Richèl J.C. Bilderbeek
if (is_url_valid() && !is_tmhmm_installed()) { install_tmhmm() }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.