class Bio::AAindex2

Description

Parser class for AAindex2, Amino Acid Index Database.

Examples

# auto-detection of data format by using Bio::AAindex class
aax2 = Bio::AAindex.auto("DAYM780301.aaindex2")

# parse a file and get contents
aax2 = Bio::AAindex2.new("DAYM780301.aaindex2")
aax2.entry_id
aax2.matrix
aax2.matrix[2,2]
aax2.matrix('R', 'A')
aax2['R', 'A']

References