plot_topology {pureseqtmr}R Documentation

Plot the topology

Description

Plot the topology

Usage

plot_topology(topology)

Arguments

topology

the topology as a tibble as returned by predict_topology

Value

a ggplot that displays the topology of one or more proteins

Author(s)

Richèl J.C. Bilderbeek

Examples

if (is_pureseqtm_installed() && is_on_ci()) {
  fasta_filename <- get_example_filename("test_proteome.fasta")
  topology <- predict_topology(fasta_filename)
  plot_topology(topology)
}

[Package pureseqtmr version 1.2 Index]