Skip to content

Commit

Permalink
[ci skip] Merge PR 28473
Browse files Browse the repository at this point in the history
Merge PR bioconda#28473, commits were: 
 * Add ProteomIQon.PSMStatistics
 * Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
 * Merge pull request #1 from bioconda/master

Update Fork
  • Loading branch information
ZimmerA authored May 12, 2021
1 parent fbb127a commit 4d0d8cf
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions recipes/proteomiqon-psmstatistics/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{% set version = "0.0.3" %}
{% set sha256 = "e971332d4384afad0e22ec5459d30dd020942045afcef950bb229c052d912d77" %}

package:
name: proteomiqon-psmstatistics
version: '{{ version }}'

source:
url: https://www.nuget.org/api/v2/package/ProteomIQon.PSMStatistics/{{ version }}
sha256: '{{ sha256 }}'

build:
noarch: generic
number: 0
script:
- dotnet tool install --add-source $SRC_DIR --tool-path $PREFIX/bin --version {{ version }} ProteomIQon.PSMStatistics

requirements:
host:
- dotnet-sdk
run:
- dotnet-runtime

test:
commands:
- proteomiqon-psmstatistics --help

about:
home: https://csbiology.github.io/ProteomIQon/
license: MIT
summary: The PSMStatistics tool utilizes semi supervised machine learning techniques to integrate search engine scores as well as the mentioned quality scores into one single consensus score.
description: |
To measure the similarity of in silico generated spectra and measured MS/MS scans we use our own implementations of three established search enginge scores:
SEQUEST, Andromeda and XTandem. Additionally, we also record quality control parameters such as the mass difference between the precursor ion and the theoretically
calulated mass or the uniquness of each score in comparison to 'competing' peptides within the search space. The PSMStatistics tool utilizes semi supervised machine
learning techniques to integrate search engine scores as well as the mentioned quality scores into one single consensus score.
Since the search space is extended by so called decoys - reversed counterparts of peptides within the search space - we can estimate the distribution of 'true negatives' and
calculate local (PEP values) and global (Q values) false discovery rates at each consensus score. The reported peptides at user defined local and global FDR cutoffs can then
be used as inputs for any downstream analysis be it ProteinInference or PSMBasedQuantification.
dev_url: https://github.com/CSBiology/ProteomIQon
doc_url: https://csbiology.github.io/ProteomIQon/tools/PSMStatistics.html

0 comments on commit 4d0d8cf

Please sign in to comment.