C# Class ImsInformed.Workflows.DriftTimeLibraryMatch.LibraryMatchWorkflow

Mostra file Open project: PNNL-Comp-Mass-Spec/IMS-Informed-Library Class Usage Examples

Public Properties

Property Type Description
NumberOfFrames int
NumberOfScans int
uimfReader DataReader

Protected Properties

Property Type Description
smoother SavitzkyGolaySmoother

Public Methods

Method Description
Dispose ( ) : void

The dispose.

Dispose ( bool disposing ) : void

The dispose.

LibraryMatchWorkflow ( string uimfFileLocation, string outputDirectory, string resultFileName, LibraryMatchParameters parameters ) : System

Initializes a new instance of the LibraryMatchWorkflow class.

RunLibraryMatchWorkflow ( IEnumerable targetList ) : LibraryMatchResult>.IDictionary

The run library match workflow.

Private Methods

Method Description
RunLibrayMatchWorkflow ( DriftTimeTarget target ) : LibraryMatchResult

The run libray match workflow.

Method Details

Dispose() public method

The dispose.
public Dispose ( ) : void
return void

Dispose() public method

The dispose.
public Dispose ( bool disposing ) : void
disposing bool /// The disposing. ///
return void

LibraryMatchWorkflow() public method

Initializes a new instance of the LibraryMatchWorkflow class.
public LibraryMatchWorkflow ( string uimfFileLocation, string outputDirectory, string resultFileName, LibraryMatchParameters parameters ) : System
uimfFileLocation string /// The UIMF file location. ///
outputDirectory string /// The output directory. ///
resultFileName string /// The result file name. ///
parameters LibraryMatchParameters /// The parameters. ///
return System

RunLibraryMatchWorkflow() public method

The run library match workflow.
public RunLibraryMatchWorkflow ( IEnumerable targetList ) : LibraryMatchResult>.IDictionary
targetList IEnumerable dD /// The Target list. ///
return LibraryMatchResult>.IDictionary

Property Details

NumberOfFrames public_oe property

The number of frames.
public int NumberOfFrames
return int

NumberOfScans public_oe property

The number of scans.
public int NumberOfScans
return int

smoother protected_oe property

The smoother.
protected SavitzkyGolaySmoother smoother
return SavitzkyGolaySmoother

uimfReader public_oe property

The UIMF reader.
public DataReader uimfReader
return DataReader