コード例 #1
0
 public AbstractO18QuantificationOptions()
 {
     this.func = new O18GetRatioIntensity();
     this.calc = new O18ProteinRatioRPeptideCalculator(this.func, this);
 }