C# 클래스 ImsInformed.Util.SaturationDetector

파일 보기 프로젝트 열기: PNNL-Comp-Mass-Spec/IMS-Informed-Library 1 사용 예제들

공개 메소드들

메소드 설명
GetIntensity ( double mz, double ppmTolerance ) : void
GetIntensity ( string peptideSequence, double ppmTolerance ) : void
SaturationDetector ( string uimfFileLocation ) : System

비공개 메소드들

메소드 설명
FindFeatures ( double targetMz, double ppmTolerance, int scanLcMin, int scanLcMax ) : IEnumerable
GetMassSpectrum ( int scanLcRep, int scanImsMin, int scanImsMax, int scanImsRep, double minMzForSpectrum, double maxMzForSpectrum ) : XYData

메소드 상세

GetIntensity() 공개 메소드

public GetIntensity ( double mz, double ppmTolerance ) : void
mz double
ppmTolerance double
리턴 void

GetIntensity() 공개 메소드

public GetIntensity ( string peptideSequence, double ppmTolerance ) : void
peptideSequence string
ppmTolerance double
리턴 void

SaturationDetector() 공개 메소드

public SaturationDetector ( string uimfFileLocation ) : System
uimfFileLocation string
리턴 System