Learn R Programming

tmhmm (version 1.3)

is_tmh: Determine if the protein sequence contains at least one TMH.

Description

Determine if the protein sequence contains at least one TMH.

Usage

is_tmh(protein_sequence)

Arguments

protein_sequence

a protein sequence

Examples

Run this code
# 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