Class NucleotideSeqDescription

    • Field Detail

      • INVALID_NT_COUNT

        public static final int INVALID_NT_COUNT
        sentinel value for invalid nucleotide count
        See Also:
        Constant Field Values
    • Constructor Detail

      • NucleotideSeqDescription

        public NucleotideSeqDescription()
        Construct as reporting the empty string.
      • NucleotideSeqDescription

        public NucleotideSeqDescription​(int ntCount)
        Construct with nucleotide string length and null string.
      • NucleotideSeqDescription

        public NucleotideSeqDescription​(String nts)
        Construct with nucleotide string length.