솔루션 2

스파이크 추가 농도가 고정되어 있지 않은 경우 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, "")

현재 혼합물의 스파이크된 양의 값을 반환합니다.