C# 클래스 ImsInformed.Workflows.CrossSectionExtraction.CrossSectionSearchParameters

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

공개 메소드들

메소드 설명
CrossSectionSearchParameters ( double driftTubeLengthInCm ) : ImsInformed.Statistics

Initializes a new instance of the CrossSectionSearchParameters class.

CrossSectionSearchParameters ( double driftTimeToleranceInMs, double mzWindowHalfWidthInPpm, int numPointForSmoothing, double featureFilterLevel, double absoluteIntensityThreshold, double peakShapeThreshold, double isotopicThreshold, int maxOutliers, PeakDetectorEnum peakDetectorSelection, FitlineEnum regressionSelection, double minR2, double relativeIntensityPercentageThreshold, string graphicsExtension, double insufficientFramesFraction, double driftTubeLengthInCm, bool useAverageTemperature ) : ImsInformed.Statistics

Initializes a new instance of the CrossSectionSearchParameters class.

메소드 상세

CrossSectionSearchParameters() 공개 메소드

Initializes a new instance of the CrossSectionSearchParameters class.
public CrossSectionSearchParameters ( double driftTubeLengthInCm ) : ImsInformed.Statistics
driftTubeLengthInCm double
리턴 ImsInformed.Statistics

CrossSectionSearchParameters() 공개 메소드

Initializes a new instance of the CrossSectionSearchParameters class.
public CrossSectionSearchParameters ( double driftTimeToleranceInMs, double mzWindowHalfWidthInPpm, int numPointForSmoothing, double featureFilterLevel, double absoluteIntensityThreshold, double peakShapeThreshold, double isotopicThreshold, int maxOutliers, PeakDetectorEnum peakDetectorSelection, FitlineEnum regressionSelection, double minR2, double relativeIntensityPercentageThreshold, string graphicsExtension, double insufficientFramesFraction, double driftTubeLengthInCm, bool useAverageTemperature ) : ImsInformed.Statistics
driftTimeToleranceInMs double /// The drift Time Tolerance In Ms. ///
mzWindowHalfWidthInPpm double /// The mass tolerance in ppm. ///
numPointForSmoothing int /// The num point for smoothing. ///
featureFilterLevel double /// The feature filter level. ///
absoluteIntensityThreshold double /// The intensity threshold. ///
peakShapeThreshold double /// The peak shape threshold. ///
isotopicThreshold double /// The isotopic threshold. ///
maxOutliers int /// The min fit points. ///
peakDetectorSelection PeakDetectorEnum /// The peak Detector Selection. ///
regressionSelection FitlineEnum
minR2 double /// The min R 2. ///
relativeIntensityPercentageThreshold double
graphicsExtension string
insufficientFramesFraction double
driftTubeLengthInCm double
useAverageTemperature bool
리턴 ImsInformed.Statistics