View source: R/check_protein_sequence.R
check_protein_sequence | R Documentation |
Will stop if the protein sequence is invalid, with a helpful error message.
check_protein_sequence(protein_sequence)
protein_sequence |
a protein sequence, with
the amino acids as capitals, for
example |
A protein sequence is invalid if:
it has zero, two or more sequences
the sequence contains zero, 1 or 2 amino acids
the sequence contains characters that are not in the
amino acid uppercase alphabet,
that is ACDEFGHIKLMNPQRSTVWY
nothing. Will stop if the protein sequence is invalid, with a helpful error message.
check_protein_sequence("FAMILYVW")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.