struct Chem::Protein::AminoAcid

Defined in:

chem/protein/aminoacid.cr

Constructors

Instance Method Summary

Constructor Detail

def self.[](code : String) : self #

[View source]
def self.new(name : String, code : String, letter : Char) #

[View source]

Instance Method Detail

def code : String #

[View source]
def letter : Char #

[View source]
def name : String #

[View source]