is_locatome_line: Is the line of text the locatome, as used within a FASTA...

Description Usage Arguments Examples

View source: R/is_locatome_line.R

Description

Is the line of text the locatome, as used within a FASTA filename?

Usage

1

Arguments

line

line of text from a FASTA filename

Examples

1
2
3
4
5
# A valid locatome line
is_locatome_line("oooooMMMMMiiiii")

# An invalid locatome line
is_locatome_line("nonsense")

tmhmm documentation built on Nov. 18, 2020, 9:07 a.m.