convertThreeToFull static method
(en) Convert three-letter notation to full name.
(ja) 3文字表記のアミノ酸名からフルネームに変換します。
Implementation
static String? convertThreeToFull(String threeLetterNotation) {
return FAminoAcid.threeToFull[threeLetterNotation];
}