Method | Description | |
---|---|---|
GetIntensity ( double mz, double ppmTolerance ) : void | ||
GetIntensity ( string peptideSequence, double ppmTolerance ) : void | ||
SaturationDetector ( string uimfFileLocation ) : System |
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 |
public GetIntensity ( double mz, double ppmTolerance ) : void | ||
mz | double | |
ppmTolerance | double | |
return | void |
public GetIntensity ( string peptideSequence, double ppmTolerance ) : void | ||
peptideSequence | string | |
ppmTolerance | double | |
return | void |
public SaturationDetector ( string uimfFileLocation ) : System | ||
uimfFileLocation | string | |
return | System |