Class AMINO-ACID-SEQUENCE

The sequence of amino acids as arrayed in chains, sheets, etc., within the protein molecule. It is of fundamental importance in determining protein structure.
Subclass-Of: Molecular-sequence
Axioms:
(=> (Amino-Acid-Sequence ?Self)
    (And (Exists (?A)
                 (And (Symbolic-Sequence-Of ?Self ?A)
                      (Amino-Acid ?A)))
         (Exists (?B)
                 (And (Represents ?Self ?B)
                      (Or (Gene-Or-Genome ?B)
                          (Amino-Acid-Peptide-Or-Protein ?B))))))