aminolookup
Find amino acid codes, integers, abbreviations, names, and codons
Syntax
Description
aminolookup
displays a table of amino acid codes, integers,
abbreviations, names, and codons.
converts between single-letter codes and three-letter abbreviations for an amino acid
sequence. conversion
= aminolookup(SeqAA
)
displays the corresponding amino acid three-letter abbreviation and name.lookupInfo
= aminolookup(Code=aaCode
)
displays the corresponding amino acid single-letter code, three-letter abbreviation, and
name.lookupInfo
= aminolookup(Integer=aaInteger
)
displays the corresponding amino acid single-letter code and name.lookupInfo
= aminolookup(Abbreviation=aaAbbreviation
)
displays the corresponding amino acid single-letter code and three-letter
abbreviation.lookupInfo
= aminolookup(Name=aaName
)
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a
See Also
aa2int
| aa2nt
| aacount
| geneticcode
| int2aa
| isotopicdist
| nt2aa
| revgeneticcode