C# Class ImsInformed.Workflows.DriftTimeLibraryMatch.LibraryMatchParameters

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

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the LibraryMatchParameters class.

LibraryMatchParameters() public méthode

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