Class ProteinSequence

java.lang.Object
org.episteme.natural.biology.ProteinSequence

public class ProteinSequence extends Object
Represents a Protein Sequence (Chain of Amino Acids).
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

    • ProteinSequence

      public ProteinSequence(String oneLetterSequence)
  • Method Details

    • getSequence

      public List<AminoAcid> getSequence()
    • getMolecularWeight

      public Real getMolecularWeight()
      Returns the molecular weight in g/mol. Subtracts water for peptide bond formation.