recipe bioconductor-targetdecoy

Diagnostic Plots to Evaluate the Target Decoy Approach

Homepage:

https://bioconductor.org/packages/3.18/bioc/html/TargetDecoy.html

License:

Artistic-2.0

Recipe:

/bioconductor-targetdecoy/meta.yaml

A first step in the data analysis of Mass Spectrometry (MS) based proteomics data is to identify peptides and proteins. With this respect the huge number of experimental mass spectra typically have to be assigned to theoretical peptides derived from a sequence database. Search engines are used for this purpose. These tools compare each of the observed spectra to all candidate theoretical spectra derived from the sequence data base and calculate a score for each comparison. The observed spectrum is then assigned to the theoretical peptide with the best score, which is also referred to as the peptide to spectrum match (PSM). It is of course crucial for the downstream analysis to evaluate the quality of these matches. Therefore False Discovery Rate (FDR) control is used to return a reliable list PSMs. The FDR, however, requires a good characterisation of the score distribution of PSMs that are matched to the wrong peptide (bad target hits). In proteomics, the target decoy approach (TDA) is typically used for this purpose. The TDA method matches the spectra to a database of real (targets) and nonsense peptides (decoys). A popular approach to generate these decoys is to reverse the target database. Hence, all the PSMs that match to a decoy are known to be bad hits and the distribution of their scores are used to estimate the distribution of the bad scoring target PSMs. A crucial assumption of the TDA is that the decoy PSM hits have similar properties as bad target hits so that the decoy PSM scores are a good simulation of the target PSM scores. Users, however, typically do not evaluate these assumptions. To this end we developed TargetDecoy to generate diagnostic plots to evaluate the quality of the target decoy method.

package bioconductor-targetdecoy

(downloads) docker_bioconductor-targetdecoy

versions:

1.8.0-01.6.0-01.4.0-01.0.0-0

depends bioconductor-mzid:

>=1.40.0,<1.41.0

depends bioconductor-mzr:

>=2.36.0,<2.37.0

depends r-base:

>=4.3,<4.4.0a0

depends r-ggplot2:

depends r-ggpubr:

depends r-miniui:

depends r-shiny:

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see set-up-channels).

While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see here for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others.

Given that you already have a conda environment in which you want to have this package, install with:

   mamba install bioconductor-targetdecoy

and update with::

   mamba update bioconductor-targetdecoy

To create a new environment, run:

mamba create --name myenvname bioconductor-targetdecoy

with myenvname being a reasonable name for the environment (see e.g. the mamba docs for details and further options).

Alternatively, use the docker container:

   docker pull quay.io/biocontainers/bioconductor-targetdecoy:<tag>

(see `bioconductor-targetdecoy/tags`_ for valid values for ``<tag>``)

Download stats