C# Класс ImsInformed.Workflows.DriftTimeLibraryMatch.LibraryMatchParameters

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

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

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

Описание методов

LibraryMatchParameters() публичный Метод

Initializes a new instance of the LibraryMatchParameters class.

LibraryMatchParameters() публичный Метод

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