powered by
Count the number of transmembrane helices in a topology
tally_tmhs(topology)
a tibble with two columns, named name for a protein's name and topology, for its predicted topology (e.g. ooooMMMMiiiii).
name
topology
ooooMMMMiiiii
a tibble with the number of TMHs per protein
# NOT RUN { if (is_tmhmm_installed()) { tally_tmhs( locatome_to_df( c( ">my_protein", "FASTASTIC" ) ) ) } # }
Run the code above in your browser using DataLab