Constructors
Private constructor
- new Nucleotide(fullName: string, singleLetterCode: string): Nucleotide
-
Parameters
-
fullName: string
-
singleLetterCode: string
Properties
fullName
fullName: string
singleLetterCode
singleLetterCode: string
Static allNucleotides
all
Nucleotides: Nucleotide[] = [Nucleotide.A,Nucleotide.C,Nucleotide.G,Nucleotide.T,Nucleotide.U,Nucleotide.UKN,]
Methods
Static fromSingleLetterCode