tally_tmhs {pureseqtmr}R Documentation

Count the number of transmembrane helices in a topology

Description

Count the number of transmembrane helices in a topology

Usage

tally_tmhs(topology)

Arguments

topology

the topology as a tibble as returned by predict_topology

Value

a tibble with the number of TMHs per protein

Examples

if (is_pureseqtm_installed()) {
  tally_tmhs(
    predict_topology(
      get_example_filename("1bhaA.fasta")
    )
  )
}

[Package pureseqtmr version 1.2 Index]