Description Usage Arguments Examples
View source: R/is_protein_name_line.R
Is the line of text the name of a protein, as used within a FASTA filename?
1  | 
line | 
 line of text from a FASTA filename  | 
1 2 3 4 5 6 7 8 9  | # A valid protein name line
is_protein_name_line(">5H2A_CRIGR")
# An invalid protein name line:
# need the '>' before the protein name
is_protein_name_line("5H2A_CRIGR")
# An invalid protein name line
is_protein_name_line("nonsense")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.