Property | Type | Description | |
---|---|---|---|
NumberOfFrames | int | ||
NumberOfScans | int | ||
uimfReader | DataReader |
Property | Type | Description | |
---|---|---|---|
smoother | SavitzkyGolaySmoother |
Method | Description | |
---|---|---|
Dispose ( ) : void |
The dispose.
|
|
Dispose ( bool disposing ) : void |
The dispose.
|
|
LibraryMatchWorkflow ( string uimfFileLocation, string outputDirectory, string resultFileName, |
Initializes a new instance of the LibraryMatchWorkflow class.
|
|
RunLibraryMatchWorkflow ( IEnumerable |
The run library match workflow.
|
Method | Description | |
---|---|---|
RunLibrayMatchWorkflow ( |
The run libray match workflow.
|
public Dispose ( bool disposing ) : void | ||
disposing | bool | /// The disposing. /// |
return | void |
public LibraryMatchWorkflow ( string uimfFileLocation, string outputDirectory, string resultFileName, |
||
uimfFileLocation | string | /// The UIMF file location. /// |
outputDirectory | string | /// The output directory. /// |
resultFileName | string | /// The result file name. /// |
parameters | /// The parameters. /// | |
return | System |
public RunLibraryMatchWorkflow ( IEnumerable |
||
targetList | IEnumerable |
dD /// The Target list. /// |
return | LibraryMatchResult>.IDictionary |
protected SavitzkyGolaySmoother smoother | ||
return | SavitzkyGolaySmoother |