Skip to main content

ProteomeScoutAPI

A lightweight API to talk to ProteomeScout flatfiles in Python and annotate phosphoproteomic datasets with protein and site-specific information

See full documentation for installation and use cases.

About ProteomeScout

Version 3.1.1 - July 2026

Current Version: Naegle Lab, University of Virginia https://github.com/naegleLab

Originally: By Alex Holehouse, Washington University in St. Louis.

Overview

ProteomeScoutAPI is a Python module which can be used to connect to and parse ProteomeScout flatfiles. Specifically, the goal of this module is to allow anyone to interact with ProteomeScout data without the need to

  1. Repeatedly query the ProteomeScout sever

  2. Have any knowledge of SQL, or use an SQL-Python ORM

  3. Facilitate rapid exploration of the ProteomeScout dataset

Available Information

The ProteomeScout flat file contains information associated with all proteins in the human proteome, including:

  • Protein sequence
  • Protein domains (from InterPro or UniProt)
  • Protein structures (alpha helices, beta strands, etc)
  • Macromolecular structures (disorder, etc.)
  • PTMs
  • Gene Ontology terms
  • Exon information
  • Kinase activation loops
  • SpY-C predictions (likelihood a sequence is recognized by an SH2 domain)

Usage

ProteomeScoutAPI allows for fast querying of protein-specific information, allowing for users to:

  1. Explore properties of individual protein(s) of interest (domains, PTMs, structure, etc.)
  2. Annotate a phosphoproteomic dataset with additional information about the proteins and sites in the dataset (e.g. domains, GO terms, etc.)

Contributing code

The code here is incredibly simple, and the few methods presented give a good example of how one should parse the ProteomeScout records.

For step-by-step guidance on adding a new field so it propagates through API annotations, species datasets, and proteomic dataset annotation, see FEATURE_INTEGRATION_README.md.

Trying to use your own version of the database file? For example, testing a new feature integration. If so, you will want to make sure to force the API to point to and NOT update to the latest Figshare version.

dataset_root = Path("<your/local/path>")  # <-- UPDATE THIS TO YOUR LOCAL PATH
expected_data_file = dataset_root / "ProteomeScout_Dataset" / "data.tsv"
if not expected_data_file.exists():
    raise FileNotFoundError(f"Could not find local dataset file: {expected_data_file}")
config.UPDATE = False  # Keep this False so version mismatch checks do not auto-download.
config.DATASET_DIR = str(dataset_root)
API = ProteomeScoutAPI(version=set_to_your_version_indicated_in_json, update=False)  # Keep this

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

proteomescoutapi-3.1.1.tar.gz (34.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

proteomescoutapi-3.1.1-py3-none-any.whl (36.8 kB view details)

Uploaded Python 3

File details

Details for the file proteomescoutapi-3.1.1.tar.gz.

File metadata

  • Download URL: proteomescoutapi-3.1.1.tar.gz
  • Upload date:
  • Size: 34.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for proteomescoutapi-3.1.1.tar.gz
Algorithm Hash digest
SHA256 c3c83fe06f72572a6a54736d3c4bec78ce49b22ee46e9fb10f74d136798b6a04
MD5 e4417dccae0b3ec83c3aab3cbf1450eb
BLAKE2b-256 935ea741a86cdde78c9577789547b051fb31f4925bb0d7f6c3684df01610563d

See more details on using hashes here.

File details

Details for the file proteomescoutapi-3.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for proteomescoutapi-3.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c88347805dd4bb56b0da7111997dad07a3dbc5c1c15c34815d4da0ab2a1686ef
MD5 b071dc1cbaaf11fb969a89d7d38979b6
BLAKE2b-256 711015c30df18587b10095228e38fab254d1723e8d45c11de6f4a91e03980c60

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

3.1.1 This release

2 files

3.1.0

2 files

3.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page