C# Class ImsInformed.Workflows.CrossSectionExtraction.CrossSectionSearchParameters

The molecule workflow parameters.
Afficher le fichier Open project: PNNL-Comp-Mass-Spec/IMS-Informed-Library Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

CrossSectionSearchParameters() public méthode

Initializes a new instance of the CrossSectionSearchParameters class.
public CrossSectionSearchParameters ( double driftTubeLengthInCm ) : ImsInformed.Statistics
driftTubeLengthInCm double
Résultat ImsInformed.Statistics

CrossSectionSearchParameters() public méthode

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
Résultat ImsInformed.Statistics