Learn R Programming

tmhmm (version 1.3)

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

Description

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

Usage

is_locatome_line(line)

Arguments

line

line of text from a FASTA filename

Examples

Run this code
# NOT RUN {
# A valid locatome line
is_locatome_line("oooooMMMMMiiiii")

# An invalid locatome line
is_locatome_line("nonsense")
# }

Run the code above in your browser using DataLab