Method | Description | |
---|---|---|
FindPeakUsingMasic ( List |
The find peak using MASIC.
|
|
FindPeakUsingWatershed ( List |
The find peak using watershed.
|
Method | Description | |
---|---|---|
NormalizeMASICFeature ( clsPeak peak ) : StandardImsPeak |
Convert the MS feature from MASIC to standard feature from watershed.
|
|
TuneMasicOption ( ) : PeakDetector.udtSICPeakFinderOptionsType |
public static FindPeakUsingMasic ( List |
||
intensityPoints | List |
/// The intensity points. /// |
totalScans | int | |
return | IList |
public static FindPeakUsingWatershed ( List |
||
intensityPoints | List |
/// The intensity Points. /// |
smoother | SavitzkyGolaySmoother | /// The smoother. /// |
featureFilterLevel | double | /// The feature Filter Level. /// |
return | List |