plot_topology_text: Plot the topology from text

View source: R/plot_topology_text.R

plot_topology_textR Documentation

Plot the topology from text

Description

Plot the topology from text

Usage

plot_topology_text(topology_text)

Arguments

topology_text

the topology as text, that alternates protein names and topology sequences. This is the same form as a FASTA file, for example c(">Protein A", "iiiimmmmmoooo")

Examples

topology_text <- c(">Protein A", "iiiimmmmmooooo")
plot_topology_text(topology_text)

richelbilderbeek/tmhmm documentation built on Sept. 3, 2022, 5:14 p.m.