tally_tmhs | R Documentation |
Count the number of transmembrane helices in a topology
tally_tmhs(topology)
topology |
a tibble with two columns,
named |
a tibble with the number of TMHs per protein
if (is_tmhmm_installed()) { tally_tmhs( fasta_text_to_tibble( c( ">my_protein", "FASTASTIC" ) ) ) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.