Property | Type | Description | |
---|---|---|---|
NumberOfFrames | double | ||
NumberOfScans | double | ||
_parameters | |||
_uimfReader | DataReader |
Property | Type | Description | |
---|---|---|---|
_buildWatershedStopWatch | Stopwatch | ||
_featureFindCount | double | ||
_featureFindStopWatch | Stopwatch | ||
_isotopicPeakFitScoreCalculator | PeakLeastSquaresFitter | ||
_leftOfMonoPeakLooker | LeftOfMonoPeakLooker | ||
_msFeatureFinder | IterativeTFF | ||
_peakDetector | ChromPeakDetector | ||
_pointCount | double | ||
_smoothStopwatch | Stopwatch | ||
_smoother | SavitzkyGolaySmoother | ||
_theoreticalFeatureGenerator | ITheorFeatureGenerator | ||
_uimfFileLocation | string |
Method | Description | |
---|---|---|
ExtractData ( IEnumerable |
||
FindFeatures ( double targetMz, int scanLcMin, int scanLcMax ) : IEnumerable |
||
LcImsPeptideSearchWorkfow ( string uimfFileLocation, |
Initializes a new instance of the LcImsPeptideSearchWorkfow class.
|
|
LcImsPeptideSearchWorkfow ( string uimfFileLocation, |
Initializes a new instance of the LcImsPeptideSearchWorkfow class.
|
|
PrintFeatureFindStatistics ( ) : void | ||
RunInformedWorkflow ( |
The run informed workflow.
|
Method | Description | |
---|---|---|
FindFeatures ( double targetMz ) : IEnumerable |
||
FindFrameNumberUseForIsotopicProfile ( double targetMz, int scanLcRep, int scanImsRep ) : int | ||
GetMassSpectrum ( int scanLcRep, int scanImsRep, double minMzForSpectrum, double maxMzForSpectrum ) : XYData | ||
WriteMSPeakListToFile ( IEnumerable |
||
WritePointsToFile ( IEnumerable |
||
WriteXYDataToFile ( XYData xyData, double targetMz ) : void |
Method | Description | |
---|---|---|
GetReverseAlignedNet ( double net ) : double |
public ExtractData ( IEnumerable |
||
targetList | IEnumerable |
|
return | void |
protected FindFeatures ( double targetMz ) : IEnumerable |
||
targetMz | double | |
return | IEnumerable |
public FindFeatures ( double targetMz, int scanLcMin, int scanLcMax ) : IEnumerable |
||
targetMz | double | |
scanLcMin | int | |
scanLcMax | int | |
return | IEnumerable |
protected FindFrameNumberUseForIsotopicProfile ( double targetMz, int scanLcRep, int scanImsRep ) : int | ||
targetMz | double | |
scanLcRep | int | |
scanImsRep | int | |
return | int |
protected GetMassSpectrum ( int scanLcRep, int scanImsRep, double minMzForSpectrum, double maxMzForSpectrum ) : XYData | ||
scanLcRep | int | |
scanImsRep | int | |
minMzForSpectrum | double | |
maxMzForSpectrum | double | |
return | XYData |
public LcImsPeptideSearchWorkfow ( string uimfFileLocation, |
||
uimfFileLocation | string | /// The uimf file location. /// |
parameters | /// The parameters. /// | |
return | System |
public LcImsPeptideSearchWorkfow ( string uimfFileLocation, |
||
uimfFileLocation | string | /// The uimf file location. /// |
parameters | /// The parameters. /// | |
netAlignment | IInterpolation | /// The net alignment. /// |
return | System |
public RunInformedWorkflow ( |
||
target | /// The Target. /// | |
return |
protected WriteMSPeakListToFile ( IEnumerable |
||
peakList | IEnumerable |
|
targetMz | double | |
return | void |
protected WritePointsToFile ( IEnumerable |
||
intensityPointList | IEnumerable |
|
targetMz | double | |
return | void |
protected WriteXYDataToFile ( XYData xyData, double targetMz ) : void | ||
xyData | XYData | |
targetMz | double | |
return | void |
protected Stopwatch _buildWatershedStopWatch | ||
return | Stopwatch |
protected Stopwatch _featureFindStopWatch | ||
return | Stopwatch |
protected PeakLeastSquaresFitter _isotopicPeakFitScoreCalculator | ||
return | PeakLeastSquaresFitter |
protected LeftOfMonoPeakLooker _leftOfMonoPeakLooker | ||
return | LeftOfMonoPeakLooker |
public LcImsPeptideSearchParameters,ImsInformed.Workflows.LcImsPeptideExtraction _parameters | ||
return |
protected ChromPeakDetector _peakDetector | ||
return | ChromPeakDetector |
protected SavitzkyGolaySmoother _smoother | ||
return | SavitzkyGolaySmoother |
protected ITheorFeatureGenerator _theoreticalFeatureGenerator | ||
return | ITheorFeatureGenerator |