R/tmhmm_self_test.R

Defines functions tmhmm_self_test

Documented in tmhmm_self_test

#' Self-test the TMHMM installation
#'
#' @examples
#' if (is_tmhmm_installed()) {
#'   tmhmm_self_test()
#' }
#' @author Richèl J.C. Bilderbeek
#' @export
tmhmm_self_test <- function() {
  tmhmm::run_tmhmm_on_sequence(
    "AVLWAGVAFLAFLQLTALVLNLL"
  )
}

Try the tmhmm package in your browser

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

tmhmm documentation built on Nov. 18, 2020, 9:07 a.m.