View source: R/plot_topology.R
plot_topology | R Documentation |
Plot the topology
plot_topology(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 ggplot that displays the topology of one or more proteins
Richèl J.C. Bilderbeek
if (is_pureseqtm_installed() && is_on_ci()) {
fasta_filename <- get_example_filename("test_proteome.fasta")
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.