| is_tmh | R Documentation |
Determine if the protein sequence contains at least one TMH.
is_tmh(protein_sequence)
protein_sequence |
a protein sequence |
if (is_tmhmm_installed()) {
# A TMH
is_tmh("VVIILTIAGNILVIMAVSLE")
# A protein without a TMH
is_tmh("VVIILTIRGNILVIMAVSLE")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.