Skip to main content

Access to Biological Web Services from Python

Project description

Bioservices is a Python package that provides access to many Bioinformatices Web Services (e.g., UniProt) and a framework to easily implement Web Services wrappers (based on WSDL/SOAP or REST protocols).

The primary goal of BioServices is to use Python as a glue language to provide a programmatic access to several Bioinformatics Web Services. By doing so, elaboration of new applications that combine several of the wrapped Web Services is fostered.

One of the main philosophy of BioServices is to make use of the existing biological databases (not to re-invent new databases) and to alleviates the needs for expertise in Web Services for the developers/users.

BioServices provides access to 25 Web Services including

an up-to-date list of Web Services is provided within the online documentation.

Here is a little example using the UniProt Web Service to search for the zap70 specy in human organism:

>>> from bioservices import UniProt
>>> u = UniProt(verbose=False)
>>> data = u.search("zap70+and+taxonomy:9606", format="tab", limit=3, columns="entry name,length,id, genes")
>>> print(data)
Entry name   Length  Entry   Gene names
ZAP70_HUMAN  619     P43403  ZAP70 SRK
B4E0E2_HUMAN 185     B4E0E2
RHOH_HUMAN   191     Q15669  RHOH ARHH TTF

More examples and tutorials are available in the exhaustive On-line documentation

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

bioservices-1.2.5.tar.gz (736.8 kB view details)

Uploaded Source

File details

Details for the file bioservices-1.2.5.tar.gz.

File metadata

  • Download URL: bioservices-1.2.5.tar.gz
  • Upload date:
  • Size: 736.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for bioservices-1.2.5.tar.gz
Algorithm Hash digest
SHA256 83459357150ed62486eca1bfa8b2c84eacbab2e5a5fa02f5bcf52547146cd11c
MD5 bfb7ec6be180f56d349abe73fc05785f
BLAKE2b-256 28858ceb7ac4f001c02e1d725522ef7b9bc0cda9062d3ffe14e4cf7515a0fe86

See more details on using hashes here.

Supported by

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