is_tmh | R Documentation |
Determine if the protein sequence contains at least one transmembrane helix.
is_tmh(protein_sequence, folder_name = get_default_pureseqtm_folder())
protein_sequence |
a protein sequence, with
the amino acids as capitals, for
example |
folder_name |
superfolder of PureseqTM.
The superfolder's name is |
TRUE if the protein sequence contains at least one transmembrane helix
Richèl J.C. Bilderbeek
if (is_pureseqtm_installed()) {
# This sequence is a TMH
is_tmh("QEKNWSALLTAVVIILTIAGNILVIMAVSLEKKLQNATNYFLM")
# This sequence is not a TMH
is_tmh("VVIILTIRGNILVIMAVSLE")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.