スパイク添加した濃度が固定されない場合、CDS に入れてください。そこには、たとえば化合物カスタムフィールドを作成できます。
コントロールパネルで、化合物カスタムパラメータをプロジェクトに追加してください。測定用シーケンステーブルまたはデータ解析の注入リストにおける化合物カスタムパラメータの値を定義します。
スコープ:ピーク / グループ
データ型:実数型
式:
IF(Sample_Name like "Pair*", (AllMatchingPeaksAndGroups( MatchOption.Compound, CurrentSequence.AllInjectionsBySampleName(Sample_Name)).Last().Compound_Amount - AllMatchingPeaksAndGroups( MatchOption.Compound, CurrentSequence.AllInjectionsBySampleName( Sample_Name)).First().Compound_Amount)/ CurrentPeakOrGroup.GetCustomField("SpikedAmount")*100, "")
式の部分(ハイライト) |
説明 |
---|---|
IF(Sample_Name like "Pair*", (AllMatchingPeaksAndGroups(MatchOption.Compound, CurrentSequence.AllInjectionsBySampleName( Sample_Name)).Last().Compound_Amount - AllMatchingPeaksAndGroups( MatchOption.Compound, CurrentSequence.AllInjectionsBySampleName( Sample_Name)).First().Compound_Amount) / CurrentPeakOrGroup.GetCustomField("SpikedAmount")*100, "") | 現在の化合物のスパイクしたアマウントの値を返します。 |