Skip to main content

Picking Unique Relevant Peptides for viraL Experiments

Project description

╔═══╦╗░╔╦═══╦═══╦╗░░╔═══╗
║╔═╗║║░║║╔═╗║╔═╗║║░░║╔══╝
║╚═╝║║░║║╚═╝║╚═╝║║░░║╚══╗
║╔══╣║░║║╔╗╔╣╔══╣║░╔╣╔══╝
║║░░║╚═╝║║║╚╣║░░║╚═╝║╚══╗
╚╝░░╚═══╩╝╚═╩╝░░╚═══╩═══╝

install with bioconda

Picking Unique Relevant Peptides for viraL Experiments

Version: 0.4.2

Description

Emerging virus diseases present a global threat to public health. To detect viral pathogens in time-critical scenarios, accurate and fast diagnostic assays are required. Such assays can now be established using mass spectrometry-based targeted proteomics, by which viral proteins can be rapidly detected from complex samples down to the strain level with high sensitivity and reproducibility. Developing such targeted assays involves tedious steps of peptide candidate selection, peptide synthesis, and assay optimization. Peptide selection requires extensive preprocessing by comparing candidate peptides against a large search space of background proteins. Here we present Purple (Picking unique relevant peptides for viral experiments), a software tool for selecting target-specific peptide candidates directly from given proteome sequence data. It comes with an intuitive graphical user interface, various parameter options and a threshold-based filtering strategy for homologous sequences. Purple enables peptide candidate selection across various taxonomic levels and filtering against backgrounds of varying complexity. Its functionality is demonstrated using data from different virus species and strains. Our software enables to build taxon-specific targeted assays and paves the way to time-efficient and robust viral diagnostics using targeted proteomics.

Requirements

  • Python 3.4+
    • tqdm
    • biopython
    • pyyaml

Clone

 git clone https://gitlab.com/HartkopfF/Purple

Target Selection

Only the root directory is used and all subdirectories are excluded as well as all files not ending with the .fasta ending. Two options of target selection are implemented. The first one is to name targets in a list separated by a comma. Using this method, all databases are merged and every protein that is containing one of the targets in the origin species (OS) part of the UniProt header is considered as a target protein. The process of origin species matching is not case sensitive. Non-target proteins are used as background database. The second method is to specify one file in the database directory as target database. All remaining databases are merged and are assembled as background database. As the background database could still consist of proteins originating in one of the target species, every protein in the background database is removed from further analysis if it matches a target species in the target database.

How to use Purple

  1. Download the latest version from the releases page (no Python required).

  2. Double-clicking the downloaded executable file starts Purple.

  3. Load a configuration file or edit parameters (database folder and target selection) via graphical user interface.

  4. Open results in the output folder

How to use Purple directly in python via pip

Purple is available on PyPi here:

  1. Install the latest version with:
pip install purple-bio

or

pip3 install purple-bio
  1. Edit the config file config.yml (download template) and specify database folder and target.

  2. Add these lines to your python 3.x code:

import purple
purple.main("path/to/config.yml")
  1. Open results in the output folder

How to use Purple directly in Conda

  1. Install the latest version with:
conda install purple-bio
  1. Edit the config file config.yml (download template) and specify database folder and target.

  2. Add these lines to your python 3.x code:

import purple
purple.main("path/to/config.yml")
  1. Open results in the output folder

Configuration

Configuration yaml file template (download):

purple:
  comment: comment
  i_am_not_sure_about_target: true
  leucine_distincion: false
  leucine_distinction: false
  max_len_peptides: 50
  min_len_peptides: 5
  path_DB: ../res/DB
  path_output: ../output/
  print_peptides: true
  proline_digestion: false
  removeFragments: true
  target: [target1,target2]
  targetFile: path/to/targetFile
  threshold: 80
  update_DB: true

List of parameters

| Parameter                  | Description                                                 | Example                    | Default    |
|----------------------------|-------------------------------------------------------------|----------------------------|------------|
| target                     | List of targets to find unique peptides                     | [Hepatitis B, Hepatitis A] | No default |
| threshold                  | Threshold to filter matches                                 | Values between 0 and 100   | 70         |
| update_DB                  | Build a database or use old one                             | True or False              | False      |
| path_DB                    | Path to folder with fasta files                             | C:/myFASTAs/               | ../res/DB/ |
| path_output                | Path to output folder to store results                      | C:/results/                | ../output/ |
| targetFile                 | File name of the fasta with target entries                  | target.fasta               |            |
| i_am_not_sure_about_target | Option to check targets before matching peptides            | True or False              | True       |
| max_len_peptides           | Maximum length of peptides                                  | Positive numerical values  | 25         |
| min_len_peptides           | Minimum length of peptides                                  | Positive numerical values  | 5          |
| removeFragments            | Option to remove proteins with "(Fragments)" in the header  | True or False              | No default |
| leucine_distinction        | Option to enable distinction of leucine and isoleucine      | True or False              | No default |
| proline_digestion          | Option to apply proline digestion rule                      | True or False              | No default |
| print_peptides             | Print peptides at the end                                   | True or False              | False      |
| comment                    | Comments for the log book                                   | Text or numbers            | no comment |

Output

The output includes a folder with seven files for shared, exact matching, homologous matching, digested and final unique peptides for a specifc target. Additionally, a log of the command line output of Purple and a logbook with a short summary of the run is provided.

Information in final results file:
- Peptide: Unique peptide sequence.
- Peptide weight: Peptide weight of the unique peptide calculated with Biopython.
- Highest background consensus: Highest background consensus of the homologous matching for each peptide.
- Occurrences: Number of occurrences for each peptide.
- Species: Species of the peptide.
- Protein name: Names of the proteins containing this peptide.
- Fasta entries: Headers of the fasta entries containing this peptide.
- Description: Complete header of the proteins listed in protein name.

Workflow

Workflow

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

purple_bio-0.4.2.5.tar.gz (16.1 kB view hashes)

Uploaded Source

Built Distribution

purple_bio-0.4.2.5-py3-none-any.whl (16.2 kB view hashes)

Uploaded Python 3

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