View source: R/is_topology_text.R
is_topology_text | R Documentation |
Is the text a topology text?
is_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 |
TRUE if the text is a topology text
topology_text <- c( ">protein name", "ooooMMMMiiiii" ) is_topology_text(topology_text)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.