run_tmhmm: Run TMHMM

Description Usage Arguments Value Author(s) Examples

View source: R/run_tmhmm.R

Description

Run TMHMM

Usage

1
run_tmhmm(fasta_filename, folder_name = get_default_tmhmm_folder())

Arguments

fasta_filename

path to a FASTA file

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

Value

a character vector with the locatome

Author(s)

Richèl J.C. Bilderbeek

Examples

1
2
3
4
5
if (is_tmhmm_installed()) {
  fasta_filename <- system.file("extdata", "tmhmm.fasta", package = "tmhmm")
  locatome <- run_tmhmm(fasta_filename)
  message(locatome, sep = "\n")
}

Example output



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