is_tmhmm_result: Is the text a TMHMM result text?

View source: R/is_tmhmm_result.R

is_tmhmm_resultR Documentation

Is the text a TMHMM result text?

Description

Is the text a TMHMM result text?

Usage

is_tmhmm_result(tmhmm_result)

Arguments

tmhmm_result

the results of a call to TMHMM, for example, c(">protein name", "ooooMMMMiiiii")

Value

TRUE if the text is a TMHMM result text

Examples

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

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