plot_topology {pureseqtmr} | R Documentation |
Plot the topology
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
if (is_pureseqtm_installed() && is_on_ci()) {
fasta_filename <- get_example_filename("test_proteome.fasta")
topology <- predict_topology(fasta_filename)
plot_topology(topology)
}