コード例 #1
0
 public JoshTheorFeatureGenerator(DeconTools.Backend.Globals.LabellingType labellingType, double fractionLabeling, double lowPeakCutOff, double molarMixingFraction)
 {
     this.LabellingType       = labellingType;
     this.LowPeakCutOff       = lowPeakCutOff;
     this.FractionLabeling    = fractionLabeling;
     this.MolarMixingFraction = molarMixingFraction;
     var _DeuteriumIsotopicProfileGenerator = new DeuteriumIsotopeProfileGenerator(molarMixingFraction, 1 - molarMixingFraction);
 }
コード例 #2
0
 public JoshTheorFeatureGenerator(DeconTools.Backend.Globals.LabellingType labellingType, double fractionLabeling, double lowPeakCutOff)
 {
     this.LabellingType    = labellingType;
     this.LowPeakCutOff    = lowPeakCutOff;
     this.FractionLabeling = fractionLabeling;
 }
コード例 #3
0
 public TomTheorFeatureGenerator(DeconTools.Backend.Globals.LabellingType labellingType, double lowPeakCutOff)
 {
     this.LabellingType = labellingType;
     this.LowPeakCutOff = lowPeakCutOff;
 }