UtilAminoAcid class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
convertEN2JA(
String aminoAcidFullNameEN) → String? - (en) Convert english full name to japanese full name.
-
convertFromNucleotide(
NucleotideSequence seq) → List< AminoAcid> - (en) Convert base sequence to amino acid sequence. Note that invalid sequences must be filtered out before passing. Also, a, t(u), g, and c bases can be used.
-
convertFromStr(
String seq) → List< AminoAcid> - (en) Convert single-letter text to amino acid sequence. Only uppercase letters are allowed.
-
convertFullToOne(
String aminoAcidFullName) → String? - (en) Convert full name to one-letter notation.
-
convertFullToThree(
String aminoAcidFullName) → String? - (en) Convert full name to three-letter notation.
-
convertJA2EN(
String aminoAcidFullNameJA) → String? - (en) Convert japanese full name to english full name.
-
convertOneToFull(
String oneLetterNotation) → String? - (en) Convert one-letter notation to full name.
-
convertOneToThree(
String oneLetterNotation) → String? - (en) Convert one-letter notation to three-letter notation.
-
convertThreeToFull(
String threeLetterNotation) → String? - (en) Convert three-letter notation to full name.
-
convertThreeToOne(
String threeLetterNotation) → String? - (en) Convert three-letter notation to one-letter notation.