프로퍼티 | 타입 | 설명 | |
---|---|---|---|
NumberOfFrames | double | ||
NumberOfScans | double | ||
_parameters | |||
_uimfReader | DataReader |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_buildWatershedStopWatch | Stopwatch | ||
_featureFindCount | double | ||
_featureFindStopWatch | Stopwatch | ||
_isotopicPeakFitScoreCalculator | PeakLeastSquaresFitter | ||
_leftOfMonoPeakLooker | LeftOfMonoPeakLooker | ||
_msFeatureFinder | IterativeTFF | ||
_peakDetector | ChromPeakDetector | ||
_pointCount | double | ||
_smoothStopwatch | Stopwatch | ||
_smoother | SavitzkyGolaySmoother | ||
_theoreticalFeatureGenerator | ITheorFeatureGenerator | ||
_uimfFileLocation | string |
메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
GetReverseAlignedNet ( double net ) : double |
public ExtractData ( IEnumerable |
||
targetList | IEnumerable |
|
리턴 | void |
protected FindFeatures ( double targetMz ) : IEnumerable |
||
targetMz | double | |
리턴 | IEnumerable |
public FindFeatures ( double targetMz, int scanLcMin, int scanLcMax ) : IEnumerable |
||
targetMz | double | |
scanLcMin | int | |
scanLcMax | int | |
리턴 | IEnumerable |
protected FindFrameNumberUseForIsotopicProfile ( double targetMz, int scanLcRep, int scanImsRep ) : int | ||
targetMz | double | |
scanLcRep | int | |
scanImsRep | int | |
리턴 | int |
protected GetMassSpectrum ( int scanLcRep, int scanImsRep, double minMzForSpectrum, double maxMzForSpectrum ) : XYData | ||
scanLcRep | int | |
scanImsRep | int | |
minMzForSpectrum | double | |
maxMzForSpectrum | double | |
리턴 | XYData |
public LcImsPeptideSearchWorkfow ( string uimfFileLocation, |
||
uimfFileLocation | string | /// The uimf file location. /// |
parameters | /// The parameters. /// | |
리턴 | System |
public LcImsPeptideSearchWorkfow ( string uimfFileLocation, |
||
uimfFileLocation | string | /// The uimf file location. /// |
parameters | /// The parameters. /// | |
netAlignment | IInterpolation | /// The net alignment. /// |
리턴 | System |
public RunInformedWorkflow ( |
||
target | /// The Target. /// | |
리턴 |
protected WriteMSPeakListToFile ( IEnumerable |
||
peakList | IEnumerable |
|
targetMz | double | |
리턴 | void |
protected WritePointsToFile ( IEnumerable |
||
intensityPointList | IEnumerable |
|
targetMz | double | |
리턴 | void |
protected WriteXYDataToFile ( XYData xyData, double targetMz ) : void | ||
xyData | XYData | |
targetMz | double | |
리턴 | void |
protected PeakLeastSquaresFitter _isotopicPeakFitScoreCalculator | ||
리턴 | PeakLeastSquaresFitter |
protected LeftOfMonoPeakLooker _leftOfMonoPeakLooker | ||
리턴 | LeftOfMonoPeakLooker |
public LcImsPeptideSearchParameters,ImsInformed.Workflows.LcImsPeptideExtraction _parameters | ||
리턴 |
protected ITheorFeatureGenerator _theoreticalFeatureGenerator | ||
리턴 | ITheorFeatureGenerator |