Ignore:
Timestamp:
Nov 22, 2013, 4:39:31 PM (10 years ago)
Author:
Fredrik Levander
Message:

Refs #819. Adding support for matching low-confidence identifications to features in presence of high-scoring hits with same sequence. Setting clusterIds for features with sequence (same cluster id for same sequence and charge).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/api/core/conf/common-queries.xml

    r4506 r4535  
    255255    </description>
    256256  </query>
     257
     258  <query id="GET_UNIQUE_PEPTIDE_SEQUENCES_BELOW_FDR_IN_HITS_FOR_PROJECT" type="HQL">
     259    <sql>
     260      SELECT DISTINCT h.description
     261      FROM HitData h
     262      WHERE h.project = :project AND h.protein = false AND h.combinedFDR &lt;= :combinedFDR
     263      ORDER by h.description
     264    </sql>
     265    <description>
     266      Load all distinct (unique) peptide sequences in the Hits table for a project.
     267    </description>
     268  </query>
    257269 
    258270  <query id="GET_UNIQUE_CHARGES_IN_HITS_FOR_PROJECT" type="HQL">
Note: See TracChangeset for help on using the changeset viewer.