View source: R/plot_topology.R
| plot_topology | R Documentation |
Plot the topology
plot_topology(topology)
topology |
a tibble with two columns,
named |
a ggplot that displays the topology of one or more proteins
Richèl J.C. Bilderbeek
if (is_tmhmm_installed() && is_on_ci()) {
fasta_filename <- system.file("extdata", "tmhmm.fasta", package = "tmhmm")
topology <- predict_topology(fasta_filename)
plot_topology(topology)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.