C# 클래스 ImsInformed.Workflows.DriftTimeLibraryMatch.LibraryMatchWorkflow

파일 보기 프로젝트 열기: PNNL-Comp-Mass-Spec/IMS-Informed-Library 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NumberOfFrames int
NumberOfScans int
uimfReader DataReader

보호된 프로퍼티들

프로퍼티 타입 설명
smoother SavitzkyGolaySmoother

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
RunLibrayMatchWorkflow ( DriftTimeTarget target ) : LibraryMatchResult

The run libray match workflow.

메소드 상세

Dispose() 공개 메소드

The dispose.
public Dispose ( ) : void
리턴 void

Dispose() 공개 메소드

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

LibraryMatchWorkflow() 공개 메소드

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. ///
리턴 System

RunLibraryMatchWorkflow() 공개 메소드

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

프로퍼티 상세

NumberOfFrames 공개적으로 프로퍼티

The number of frames.
public int NumberOfFrames
리턴 int

NumberOfScans 공개적으로 프로퍼티

The number of scans.
public int NumberOfScans
리턴 int

smoother 보호되어 있는 프로퍼티

The smoother.
protected SavitzkyGolaySmoother smoother
리턴 SavitzkyGolaySmoother

uimfReader 공개적으로 프로퍼티

The UIMF reader.
public DataReader uimfReader
리턴 DataReader