Class DNA

java.lang.Object
org.episteme.natural.biology.DNA
All Implemented Interfaces:
Serializable, Cloneable, Commented, ComprehensiveIdentification, Identified<Identification>, Named

public class DNA extends Object implements Cloneable, ComprehensiveIdentification
Represents a Deoxyribonucleic acid (DNA) strand.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

    • DNA

      public DNA(List<Base> bases)
    • DNA

      public DNA(Base... bases)
    • DNA

      public DNA(String sequence)
      Parses a DNA string (e.g. "ATCG").
      Parameters:
      sequence - the string representation
  • Method Details