Map protein sites to human reference sequence.
Project description
Protmapper
The Protmapper maps references to protein sites to the human reference sequence based on UniProt, PhosphoSitePlus, and manual curation.
Installation
Python package
The Protmapper is a Python package that is available on PyPI and can be installed as:
pip install protmapper
Docker container
Alternatively, the Protmapper Docker container can be run to expose it as a REST API as:
docker run -d -p 8008:8008 labsyspharm/protmapper:latest
Command line interface
In addition to supporting usage via a Python API and a REST service, Protmapper also provides a command line interface that can be used as follows.
Run Protmapper on a list of proteins with residues and sites provided in a
text file.
positional arguments:
input Path to an input file. The input file is a text file
in which each row consists of four comma separated
values, with the first element being a protein ID, the
second, the namespace in which that ID is valid
(uniprot or hgnc),third, an amino acid represented as
a single capital letter, and fourth, a site position
on the protein.
output Path to the output file to be generated. Each line of
the output file corresponds to a line in the input
file. Each linerepresents a mapped site produced by
Protmapper.
optional arguments:
-h, --help show this help message and exit
--peptide If given, the third element of each row of the input
file is a peptide (amino acid sequence) rather than a
single amino acid residue. In this case, peptide-
oriented mappings are applied. In this mode the
following boolean arguments are ignored.
--no_methionine_offset
If given, will not check for off-by-one errors in site
position (possibly) attributable to site numbering
from mature proteins after cleavage of the initial
methionine.
--no_orthology_mapping
If given, will not check sequence positions for known
modification sites in mouse or rat sequences (based on
PhosphoSitePlus data).
--no_isoform_mapping If given, will not check sequence positions for known
modifications in other human isoforms of the protein
(based on PhosphoSitePlus data).
Documentation
For a detailed documentation of the Protmapper, visit http://protmapper.readthedocs.io
Funding
The development of protmapper is funded under the DARPA Automated Scientific Discovery Framework project (ARO grant W911NF018-1-0124).
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
Built Distribution
File details
Details for the file protmapper-0.0.17.tar.gz
.
File metadata
- Download URL: protmapper-0.0.17.tar.gz
- Upload date:
- Size: 31.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07702019f40c29933ef113d927f4a26f5459d38e79e311854c0f4d248d3e7cf2 |
|
MD5 | d78882e5d26f5e7eefec19882bf09358 |
|
BLAKE2b-256 | c1177225c7886231ad10c787b4bc9ea223d9e3d15d12bd4be97ee889fb9b8f46 |
Provenance
File details
Details for the file protmapper-0.0.17-py3-none-any.whl
.
File metadata
- Download URL: protmapper-0.0.17-py3-none-any.whl
- Upload date:
- Size: 34.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a404483cd341f32f99c3bf2a6854f8cb9207c9eafdfcbfea08fb4b3fc7be0648 |
|
MD5 | bf4c19a9e84d9501c28fe714d017c2bd |
|
BLAKE2b-256 | 7efdbcbc874c4f6886a4b834d1ed49380c743032177d4ced8a2f911754eac27a |