Skip to main content

Python AAindex database scrape

Project description

pyaaisc

Python AAindex database scrape

About

pyaaisc scrapes data from AAindex website https://www.genome.jp/aaindex/.

Currently supported operations:

  • search by keyword and dbkey
  • get full list of indices by dbkey
  • get a single record by accession_number and dbkey

Instalation

pip install pyaaisc

Usage

from pyaaisc import Aaindex

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

full_list = aaindex.get_all(dbkey='aaindex1')

record = aaindex.get('KLEP840101')
title = record.title
index_data = record.index_data

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.2.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

pyaaisc-1.2-py3-none-any.whl (3.9 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