Class IntronConserved

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<Interval>, TxtSerializable

    public class IntronConserved
    extends Marker
    Interval for a conserved non-coding region in an intron
    Author:
    pcingola
    See Also:
    Serialized Form
    • Constructor Detail

      • IntronConserved

        public IntronConserved()
      • IntronConserved

        public IntronConserved​(Transcript parent,
                               int start,
                               int end,
                               boolean strandMinus,
                               java.lang.String id)