View source: R/is_protein_name_line.R
is_protein_name_line | R Documentation |
Is the line of text the name of a protein, as used within a FASTA filename?
is_protein_name_line(line)
line |
line of text from a FASTA filename |
# 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.