AAIndex module¶
This module is used for obtaining the properties of amino acids or their pairs
from the aaindex database. You can freely use and distribute it. If you hava
any problem, you could contact with us timely!
Authors: Zhijiang Yao and Dongsheng Cao.
Date: 2016.06.04
Email: gadsby@163.com
-
AAIndex.
GetAAIndex1
(name, path='.')[source]¶ Get the amino acid property values from aaindex1
Usage:
result=GetAAIndex1(name)
Input: name is the name of amino acid property (e.g., KRIW790103)
Output: result is a dict form containing the properties of 20 amino acids
-
AAIndex.
GetAAIndex23
(name, path='.')[source]¶ Get the amino acid property values from aaindex2 and aaindex3
Usage:
result=GetAAIndex23(name)
Input: name is the name of amino acid property (e.g.,TANS760101,GRAR740104)
Output: result is a dict form containing the properties of 400 amino acid pairs
-
class
AAIndex.
MatrixRecord
[source]¶ Bases:
AAIndex.Record
Matrix record for mutation matrices or pair-wise contact potentials
-
AAIndex.
grep
(pattern)[source]¶ Search for pattern in title and description of all records (case insensitive) and print results on standard output.