class Bio::Sequence::AA

DESCRIPTION

Bio::Sequence::AA represents a bare Amino Acid sequence in bioruby.

USAGE

# Create an Amino Acid sequence.
aa = Bio::Sequence::AA.new('ACDEFGHIKLMNPQRSTVWYU')

# What are the three-letter codes for all the residues?
puts aa.codes

# What are the names of all the residues?
puts aa.names

# What is the molecular weight of this peptide?
puts aa.molecular_weight