C# Class ImsInformed.Workflows.DriftTimeLibraryMatch.LibraryMatchParameters

The informed parameters.
显示文件 Open project: PNNL-Comp-Mass-Spec/IMS-Informed-Library Class Usage Examples

Public Methods

Method Description
LibraryMatchParameters ( )

Initializes a new instance of the LibraryMatchParameters class.

LibraryMatchParameters ( double driftTimeToleranceInMs, double initialSearchMassToleranceInPpm, int numPointForSmoothing, double peakShapeThreshold, double isotopicThreshold, double featureFilterLevel, double matchingMassToleranceInPpm, double driftTubeLengthInCm )

Initializes a new instance of the LibraryMatchParameters class.

Method Details

LibraryMatchParameters() public method

Initializes a new instance of the LibraryMatchParameters class.

LibraryMatchParameters() public method

Initializes a new instance of the LibraryMatchParameters class.
public LibraryMatchParameters ( double driftTimeToleranceInMs, double initialSearchMassToleranceInPpm, int numPointForSmoothing, double peakShapeThreshold, double isotopicThreshold, double featureFilterLevel, double matchingMassToleranceInPpm, double driftTubeLengthInCm )
driftTimeToleranceInMs double /// The drift time tolerance in ms. ///
initialSearchMassToleranceInPpm double /// The mass tolerance in ppm. ///
numPointForSmoothing int /// The num point for smoothing. ///
peakShapeThreshold double /// The peak shape threshold. ///
isotopicThreshold double /// The isotopic threshold. ///
featureFilterLevel double /// The feature Filter Level. ///
matchingMassToleranceInPpm double /// The matching Mass Tolerance In Ppm. ///
driftTubeLengthInCm double