Skip to main content

A little package for running mapping requests through UniProt's online API.

Project description

#uniprotmapper

A little package for running mapping requests through UniProt's online
API.

##installation
Download the .zip to your favorite directory on your local machine, `cd`
there and run the command:

```
$ python setup.py install
```

Alternatively, one can:

```
$ pip install uniprotmapper
```
##example
Here is an example:

```python
import uniprotmapper as um

mymapper = um.Mapper()
mymapper.params.update({"to":"WORMBASE_ID",
"from":"ID",
"organism":"6239",
"format":"tab"})

myquery = {"query":["some gene", "some gene", "some gene", "some gene"]}
response = mymapper.get_data(myquery)

#alternatively

mymapper.params.update(myquery)
response = mymapper.get_data()
```

Have fun! :D

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

uniprotmapper-0.0.3.dev0.tar.gz (2.7 kB view hashes)

Uploaded Source

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