tmhmm | R Documentation |
Each amino acid that is part a membrane protein can be located either in the cytosol, membrane or at the exterior. 'tmhmm' estimate this topology
Richèl J.C. Bilderbeek
if (is_tmhmm_installed()) { fasta_filename <- system.file("extdata", "tmhmm.fasta", package = "tmhmm") topology_text <- run_tmhmm(fasta_filename) # Show as text print(topology_text, sep = "\n") # Show as data frame print(fasta_text_to_tibble(topology_text)) # Show as plot plot_topology_text(topology_text) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.