C# 클래스 BatchLowResFdrOptimizer.BatchLowResFdrOptimizer

파일 보기 프로젝트 열기: dbaileychess/Compass 1 사용 예제들

공개 메소드들

메소드 설명
BatchLowResFdrOptimizer ( IList csvFilepaths, bool higherScoresAreBetter, double maximumFalseDiscoveryRate, bool unique, bool overallOutputs, bool phosphopeptideOutputs, string outputFolder ) : System
Optimize ( ) : void

보호된 메소드들

메소드 설명
onFinished ( EventArgs e ) : void
onFinishedFile ( FilepathEventArgs e ) : void
onStarting ( EventArgs e ) : void
onStartingFile ( FilepathEventArgs e ) : void
onThrowException ( ExceptionEventArgs e ) : void
onUpdateProgress ( ProgressEventArgs e ) : void

메소드 상세

BatchLowResFdrOptimizer() 공개 메소드

public BatchLowResFdrOptimizer ( IList csvFilepaths, bool higherScoresAreBetter, double maximumFalseDiscoveryRate, bool unique, bool overallOutputs, bool phosphopeptideOutputs, string outputFolder ) : System
csvFilepaths IList
higherScoresAreBetter bool
maximumFalseDiscoveryRate double
unique bool
overallOutputs bool
phosphopeptideOutputs bool
outputFolder string
리턴 System

Optimize() 공개 메소드

public Optimize ( ) : void
리턴 void

onFinished() 보호된 메소드

protected onFinished ( EventArgs e ) : void
e System.EventArgs
리턴 void

onFinishedFile() 보호된 메소드

protected onFinishedFile ( FilepathEventArgs e ) : void
e FilepathEventArgs
리턴 void

onStarting() 보호된 메소드

protected onStarting ( EventArgs e ) : void
e System.EventArgs
리턴 void

onStartingFile() 보호된 메소드

protected onStartingFile ( FilepathEventArgs e ) : void
e FilepathEventArgs
리턴 void

onThrowException() 보호된 메소드

protected onThrowException ( ExceptionEventArgs e ) : void
e ExceptionEventArgs
리턴 void

onUpdateProgress() 보호된 메소드

protected onUpdateProgress ( ProgressEventArgs e ) : void
e ProgressEventArgs
리턴 void