View source: R/plot_topology_text.R
plot_topology_text | R Documentation |
Plot the topology from text
plot_topology_text(topology_text)
topology_text |
the topology as text,
that alternates protein names and topology sequences.
This is the same form as a FASTA file,
for example |
topology_text <- c(">Protein A", "iiiimmmmmooooo") plot_topology_text(topology_text)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.