C# Class ImsInformed.Util.SaturationDetector

Datei anzeigen Open project: PNNL-Comp-Mass-Spec/IMS-Informed-Library Class Usage Examples

Public Methods

Method Description
GetIntensity ( double mz, double ppmTolerance ) : void
GetIntensity ( string peptideSequence, double ppmTolerance ) : void
SaturationDetector ( string uimfFileLocation ) : System

Private Methods

Method Description
FindFeatures ( double targetMz, double ppmTolerance, int scanLcMin, int scanLcMax ) : IEnumerable
GetMassSpectrum ( int scanLcRep, int scanImsMin, int scanImsMax, int scanImsRep, double minMzForSpectrum, double maxMzForSpectrum ) : XYData

Method Details

GetIntensity() public method

public GetIntensity ( double mz, double ppmTolerance ) : void
mz double
ppmTolerance double
return void

GetIntensity() public method

public GetIntensity ( string peptideSequence, double ppmTolerance ) : void
peptideSequence string
ppmTolerance double
return void

SaturationDetector() public method

public SaturationDetector ( string uimfFileLocation ) : System
uimfFileLocation string
return System