class Bio::AAindex1

Description

Parser class for AAindex1, Amino Acid Index Database.

Examples

# auto-detection of data format by using Bio::AAindex class
aax1 = Bio::AAindex.auto("PRAM900102.aaindex1")

# parse a file and get contents
aax1 = Bio::AAindex1.new("PRAM900102.aaindex1")
aax1.entry_id
aax1.index

References