View source: R/predict_topology.R
predict_topology | R Documentation |
Predict the topology of a membrane protein
predict_topology( fasta_filename, folder_name = get_default_tmhmm_folder(), temp_topology_filename = tempfile(fileext = ".top") )
fasta_filename |
path to a FASTA file |
folder_name |
superfolder of TMHMM.
The superfolder's name is |
temp_topology_filename |
filename to temporarily save the topology. This file will be deleted when this function completed successfully |
a tibble with the columns 'name' and 'topology', where the 'name' column hold all the proteins' names, and 'topology' contains all respective topologies.
Richèl J.C. Bilderbeek
if (is_tmhmm_installed()) { fasta_filename <- system.file("extdata", "tmhmm.fasta", package = "tmhmm") predict_topology(fasta_filename) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.