Class NucleotidePatternSymbol

A class representing a single nucleotide IUPAC notation symbol. The constructor enforces validation, and all members are readonly. Therefor, all NucleotidePatternSymbol objects can only exist in a valid state.

Constructors

Properties

matchingBases: string[]
matchingRegex: RegExp
symbol: string