Skip to main content

Python interface to IEDB and other immune epitope data

Project description

An important aspect of computational immunology is modeling the properties of peptides (short strings of amino acids). Peptides can arise as substrings cut out of a larger protein, naturally occurring small proteins, or be synthesized for therapeutic purposes. To make useful clinical and research predictions (i.e. “which peptides should go in this vaccine?”) we need to partition the combinatorial space of peptides into classes such as T-cell epitopes or MHC ligands. One way to capture such distinctions is to collect large volumes of data about peptides and use that data to build statistical models of their immune properties. This library helps you build such models by providing simple Python/NumPy/Pandas interfaces to commonly used immunology and bioinformatics datasets.

Data Sources

Planned:

Dataset API

When a dataset consists only of an unlabeled list of epitopes, then it only needs two functions: - load_wuzzle: Returns set of amino acid strings - load_wuzzle_ngrams: Array whose rows are amino acids transformed into n-gram vector space.

If the dataset contains additional data about the epitopes (such as HLA type u or source protein): - load_wuzzle: Returns data frame with epitope strings and additional properties - load_wuzzle_set: Set of epitope amino acid strings - load_wuzzle_ngrams: Array whose rows are amino acids transformed into n-gram vector space.

If the dataset is labeled (contains positive and negative assay results), then the following functions should be available: - load_wuzzle: Load all available data from the “wuzzle” dataset (filtered by options such as mhc_class). - load_wuzzle_values: Group the dataset by epitope string and associate each epitope with the positive and negative counts, along with percentage of positive results (in a column called “value”). - load_wuzzle_classes: Split the epitopes into positive and negative classes, return a set of strings for each. - load_wuzzle_ngrams: Transform the amino acid string representation (or some reduced alphabet) into vectors of n-gram frequencies, return a sklearn-compatible (samples, labels) pair of arrays.

Amino Acid Properties

The amino_acid module contains a variety of physical/chemical properties for both single amino residues and interactions between pairs of residues.

Single residue feature tables are parsed into StringTransformer objects, which can be treated as dictionaries or will vectorize a string when you call their method transform_string.

Examples of single residue features: - hydropathy - volume - polarity - pK_side_chain - prct_exposed_residues - hydrophilicity - accessible_surface_area - refractivity - local_flexibility - accessible_surface_area_folded - alpha_helix_score (Chou-Fasman) - beta_sheet_score (Chou-Fasman) - turn_score (Chou-Fasman)

Pairwise interaction tables are parsed into nested dictionaries, so that the interaction between amino acids x and y can be determined from d[x][y].

Pairwise interaction dictionaries: - strand_vs_coil (and its transpose coil_vs_strand) - helix_vs_strand (and its transpose strand_vs_helix) - helix_vs_coil (and its transpose coil_vs_helix) - blosum30 - blosum50 - blosum62

There is also a function to parse the coefficients of the PMBEC similarity matrix, though this currently lives in the separate pmbec module.

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

pepdata-0.6.4.tar.gz (28.9 kB view details)

Uploaded Source

File details

Details for the file pepdata-0.6.4.tar.gz.

File metadata

  • Download URL: pepdata-0.6.4.tar.gz
  • Upload date:
  • Size: 28.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pepdata-0.6.4.tar.gz
Algorithm Hash digest
SHA256 c1180f4c9b7c8a0ac4b263a3147cca8af91b35aafc1b3a8366579ccbb1b9bed7
MD5 2615d55ca415e5b5af97c4ad66cccc7e
BLAKE2b-256 f34e1a4e28342a3c5faa8dd2bbea8cfd34dd652d9340bbcd2dd036d396670748

See more details on using hashes here.

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