Skip to main content

Python AAindex database scrape

Project description

pyaaisc

Python AAindex database scrape

AAindex website: https://www.genome.jp/aaindex/

Instalation

pip install pyaaisc

Usage

from pyaaisc import Aaindex

aai = Aaindex()
for result in aai.search('charge'):
    print(result)

record = aai.get('KLEP840101')
print(record.accession_number, record.title)
## output
>>> ('CHAM830107', 'A parameter of charge transfer capability (Charton-Charton, 1983)')
>>> ('CHAM830108', 'A parameter of charge transfer donor capability (Charton-Charton, 1983)')
>>> ('FAUJ880111', 'Positive charge (Fauchere et al., 1988)')
>>> ('FAUJ880112', 'Negative charge (Fauchere et al., 1988)')
>>> ('KLEP840101', 'Net charge (Klein et al., 1984)')

>>> KLEP840101 Prediction of protein function from sequence properties: Discriminant analysis of a data base

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyaaisc-1.0.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

pyaaisc-1.0-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page