tally_tmhs {pureseqtmr} | R Documentation |
Count the number of transmembrane helices in a topology
tally_tmhs(topology)
topology |
the topology as a tibble as returned by predict_topology |
a tibble with the number of TMHs per protein
if (is_pureseqtm_installed()) {
tally_tmhs(
predict_topology(
get_example_filename("1bhaA.fasta")
)
)
}