C# 클래스 ImsInformed.Util.PeakFinding

The peak finding.
파일 보기 프로젝트 열기: PNNL-Comp-Mass-Spec/IMS-Informed-Library

공개 메소드들

메소드 설명
FindPeakUsingMasic ( List intensityPoints, int totalScans ) : IList

The find peak using MASIC.

FindPeakUsingWatershed ( List intensityPoints, SavitzkyGolaySmoother smoother, double featureFilterLevel ) : List

The find peak using watershed.

비공개 메소드들

메소드 설명
NormalizeMASICFeature ( clsPeak peak ) : StandardImsPeak

Convert the MS feature from MASIC to standard feature from watershed.

TuneMasicOption ( ) : PeakDetector.udtSICPeakFinderOptionsType

메소드 상세

FindPeakUsingMasic() 공개 정적인 메소드

The find peak using MASIC.
public static FindPeakUsingMasic ( List intensityPoints, int totalScans ) : IList
intensityPoints List /// The intensity points. ///
totalScans int
리턴 IList

FindPeakUsingWatershed() 공개 정적인 메소드

The find peak using watershed.
public static FindPeakUsingWatershed ( List intensityPoints, SavitzkyGolaySmoother smoother, double featureFilterLevel ) : List
intensityPoints List /// The intensity Points. ///
smoother SavitzkyGolaySmoother /// The smoother. ///
featureFilterLevel double /// The feature Filter Level. ///
리턴 List