tally_tmhs | R Documentation |
Count the number of transmembrane helices in a topology
tally_tmhs(topology)
topology |
the topology as a tibble with the columns 'name' and 'topology', where the 'name' column hold all the proteins' names, and 'topology' contains the respective topologies as strings. |
a tibble with the number of TMHs per protein
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.