Description Usage Arguments Value Examples
Count the number of transmembrane helices in a topology
1 | tally_tmhs(topology)
|
topology |
the topology as a tibble as returned by predict_topology |
a tibble with the number of TMHs per protein
1 2 3 4 5 6 7 | if (is_pureseqtm_installed()) {
tally_tmhs(
predict_topology(
get_example_filename("1bhaA.fasta")
)
)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.