Description Usage Arguments Value Author(s) Examples
Run TMHMM
1 | run_tmhmm(fasta_filename, folder_name = get_default_tmhmm_folder())
|
fasta_filename |
path to a FASTA file |
folder_name |
superfolder of TMHMM.
The superfolder's name is |
a character vector with the locatome
Richèl J.C. Bilderbeek
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")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.