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
keywordanddbkey - get full list of indices by
dbkey - get a single record by
accession_numberanddbkey
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pyaaisc-1.2-py3-none-any.whl
(3.9 kB
view details)
File details
Details for the file pyaaisc-1.2.tar.gz.
File metadata
- Download URL: pyaaisc-1.2.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
354988db8a932e35a7a9ee41b8000e35f70a6417fe3060c7d846605de591e65c
|
|
| MD5 |
b2cdc00174592f10d081d3c431d62743
|
|
| BLAKE2b-256 |
da5c43bf748b037be8b529720ece4e6a4e8d5e361e5f257b0f9350978efcab73
|
File details
Details for the file pyaaisc-1.2-py3-none-any.whl.
File metadata
- Download URL: pyaaisc-1.2-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
deb05c50bed7cb33f9f07a274a9a40c974568ab1eece8438f353ed76b5798403
|
|
| MD5 |
ee48953c727276dc398816ef3fc19db4
|
|
| BLAKE2b-256 |
3c4f533f2e62aec6a0f436eebd70a0cff16ee13607878069f00666ed8fd03442
|