Description Usage Arguments Value Author(s) Examples
View source: R/plot_topology.R
Plot the topology
1 | plot_topology(topology)
|
topology |
the topology as a tibble as returned by predict_topology |
a ggplot that displays the topology of one or more proteins
Richèl J.C. Bilderbeek
1 2 3 4 5 | 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.