Menu

#55 Add Tide options to eliminate peaks around the precursor

Tide
open
Kaipo
None
2014-04-20
2013-11-21
No

Tide does not exclude from the observed spectrum peaks close to the m/z of the precursor, whereas Crux does:

// skip all peaks within precursor ion mz +/- 15
if(peak_location < precursor_mz + 15 &&  peak_location > precursor_mz - 15){
  continue;
}

We should find out what Comet does, and then make sure that Tide does what Comet does.

Bill

Discussion

  • William S Noble

    William S Noble - 2013-11-21

    According to Sean, comet controls this behavior with the remove_precursor_peak and remove_precursor_tolerance parameters, The default is do not remove.

    I think we should add this option to Tide, and have its behavior mimic that of Comet.

     
  • William S Noble

    William S Noble - 2013-12-03
    • summary: Decide whether to eliminate peaks around the precursor --> Add Tide options to eliminate peaks around the precursor
     
  • Kaipo

    Kaipo - 2013-12-18

    Added in r16263, but add the case for charge reduced peaks post v2.0

     
  • Kaipo

    Kaipo - 2013-12-18
    • Milestone: Crux v2.0 --> post v2.0
     
  • William S Noble

    William S Noble - 2014-04-20
    • Milestone: post v2.0 --> Tide
     

Log in to post a comment.

MongoDB Logo MongoDB