powered by
Determine if the protein sequence contains at least one TMH.
is_tmh(protein_sequence)
a protein sequence
# NOT RUN { if (is_tmhmm_installed()) { # A TMH is_tmh("VVIILTIAGNILVIMAVSLE") # A protein without a TMH is_tmh("VVIILTIRGNILVIMAVSLE") } # }
Run the code above in your browser using DataLab