is_topology_text: Is the text a topology text?

View source: R/is_topology_text.R

is_topology_textR Documentation

Is the text a topology text?

Description

Is the text a topology text?

Usage

is_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")

Value

TRUE if the text is a topology text

Examples

topology_text <- c(
  ">protein name",
  "ooooMMMMiiiii"
)
is_topology_text(topology_text)

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