Beispiel #1
0
 public IsotopicProfileFitScoreCalculator(DeconTools.Backend.Globals.IsotopicProfileType lableType)
 {
     IsotopicProfileType = lableType;
 }
Beispiel #2
0
 public IsotopicPeakFitScoreCalculator(DeconTools.Backend.Globals.IsotopicProfileType lableType, int numberOfPeaksToLeftForPenalty)
 {
     IsotopicProfileType           = lableType;
     NumberOfPeaksToLeftForPenalty = numberOfPeaksToLeftForPenalty;
 }
Beispiel #3
0
 public IsotopicProfileFitScoreCalculator()
 {
     IsotopicProfileType = DeconTools.Backend.Globals.IsotopicProfileType.UNLABELLED;
 }