Property | Type | Description | |
---|---|---|---|
NumberOfFrames | int | ||
NumberOfScans | int | ||
uimfReader | DataReader |
Property | Type | Description | |
---|---|---|---|
peakDetector | ChromPeakDetector | ||
smoother | SavitzkyGolaySmoother | ||
theoreticalFeatureGenerator | ITheorFeatureGenerator |
Method | Description | |
---|---|---|
CrossSectionWorkfow ( string uimfFileLocation, string outputDirectory, |
Initializes a new instance of the CrossSectionWorkfow class.
|
|
Dispose ( ) : void |
The dispose.
|
|
Dispose ( bool disposing ) : void |
The dispose.
|
|
RunCrossSectionWorkFlow ( IImsTarget target, bool detailedVerbose = true ) : |
The run molecule informed work flow.
|
|
RunCrossSectionWorkFlow ( IEnumerable |
The run cross section work flow.
|
Method | Description | |
---|---|---|
FindPeaksBasedOnXIC ( VoltageGroup voltageGroup, |
The find peaks based on xic.
|
|
ReportAnslysisResultAndMetrics ( |
The report anslysis result and metrics.
|
|
ReportFeatureEvaluation ( StandardImsPeak peak, |
The report feature evaluation.
|
|
ReportIsomersInfo ( IEnumerable |
The report isomers info.
|
|
ReportTargetInfo ( IImsTarget target, bool verbose ) : void |
The report target info.
|
|
ReportTrackInformation ( AssociationHypothesis hypothesis, bool hasCompositionInfo, bool verbose ) : void |
The report track information.
|
|
ResetTraceListenerToTarget ( IImsTarget target, string datasetName ) : |
The reset trace listener to target.
|
public CrossSectionWorkfow ( string uimfFileLocation, string outputDirectory, |
||
uimfFileLocation | string | /// The uimf file location. /// |
outputDirectory | string | /// The output directory. /// |
parameters | /// The parameters. /// | |
return | System |
public Dispose ( bool disposing ) : void | ||
disposing | bool | /// The disposing. /// |
return | void |
public RunCrossSectionWorkFlow ( IImsTarget target, bool detailedVerbose = true ) : |
||
target | IImsTarget | /// The Target. /// |
detailedVerbose | bool | /// |
return |
public RunCrossSectionWorkFlow ( IEnumerable |
||
targetList | IEnumerable |
/// The target list. /// |
detailedVerbose | bool | /// The detailed verbose. /// |
return | IList |
protected ChromPeakDetector peakDetector | ||
return | ChromPeakDetector |
protected SavitzkyGolaySmoother smoother | ||
return | SavitzkyGolaySmoother |
protected ITheorFeatureGenerator theoreticalFeatureGenerator | ||
return | ITheorFeatureGenerator |