Class NucleotidePointLocation

    • Constructor Detail

      • NucleotidePointLocation

        @Deprecated
        public NucleotidePointLocation​(int basePos)
        Deprecated.
        Construct with given base position.
        Parameters:
        basePos - 0-based position in the nucleotide string
      • NucleotidePointLocation

        public NucleotidePointLocation​(int basePos,
                                       int offset,
                                       boolean downstreamOfCDS)
        Construct with given base position and offset
        Parameters:
        basePos - 0-based position in the nucleotide string
        offset - 1-based offset (only non-0 values are allowed)
        downstreamOfCDS - true if downstream of CDS