View source: R/run_tmhmm_on_sequence.R
run_tmhmm_on_sequence | R Documentation |
Run TMHMM directy on one protein sequence
run_tmhmm_on_sequence( protein_sequence, folder_name = get_default_tmhmm_folder() )
protein_sequence |
a protein sequence, with the amino acids as capitals, for example 'MEILCEDNTSLSSIPNSL' |
folder_name |
superfolder of TMHMM.
The superfolder's name is |
the topology. The topology is a character string
with the same length as the
protein sequence. The topology consists of the characters
i
('inside'), I
('inside'),
m
('membrane'), M
('membrane'),
o
('outside') and O
('outside')
if (is_tmhmm_installed()) { protein_sequence <- paste0( "QEKNWSALLTAVVIILTIAGNILVIMAVSLEKKLQNATNYFLM", "SLAIADMLLGFLVMPVSMLTILYGYRWP" ) run_tmhmm_on_sequence(protein_sequence) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.