C# Класс ImsInformed.Workflows.CrossSectionExtraction.CrossSectionSearchParameters

The molecule workflow parameters.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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