is_protein_name_line {pureseqtmr}R Documentation

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

Description

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

Usage

is_protein_name_line(line)

Arguments

line

line of text from a FASTA filename

Value

TRUE if the line can be the name of a protein in a FASTA file

Author(s)

Richèl J.C. Bilderbeek

Examples

is_protein_name_line(">5H2A_CRIGR")

[Package pureseqtmr version 1.4 Index]