Class Cds

All Implemented Interfaces:
Serializable, Cloneable, Comparable<Interval>, MarkerWithFrame, TxtSerializable

public class Cds extends Marker implements MarkerWithFrame
CDS: The coding region of a gene, also known as the coding sequence or CDS (from Coding DNA Sequence), is that portion of a gene's DNA or RNA, composed of exons, that codes for protein.
Author:
pcingola
See Also:
  • Constructor Details

    • Cds

      public Cds()
    • Cds

      public Cds(Transcript parent, int start, int end, boolean strandMinus, String id)
  • Method Details