C# Class BatchLowResFdrOptimizer.BatchLowResFdrOptimizer

Afficher le fichier Open project: dbaileychess/Compass Class Usage Examples

Méthodes publiques

Méthode Description
BatchLowResFdrOptimizer ( IList csvFilepaths, bool higherScoresAreBetter, double maximumFalseDiscoveryRate, bool unique, bool overallOutputs, bool phosphopeptideOutputs, string outputFolder ) : System
Optimize ( ) : void

Méthodes protégées

Méthode Description
onFinished ( EventArgs e ) : void
onFinishedFile ( FilepathEventArgs e ) : void
onStarting ( EventArgs e ) : void
onStartingFile ( FilepathEventArgs e ) : void
onThrowException ( ExceptionEventArgs e ) : void
onUpdateProgress ( ProgressEventArgs e ) : void

Method Details

BatchLowResFdrOptimizer() public méthode

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
Résultat System

Optimize() public méthode

public Optimize ( ) : void
Résultat void

onFinished() protected méthode

protected onFinished ( EventArgs e ) : void
e System.EventArgs
Résultat void

onFinishedFile() protected méthode

protected onFinishedFile ( FilepathEventArgs e ) : void
e FilepathEventArgs
Résultat void

onStarting() protected méthode

protected onStarting ( EventArgs e ) : void
e System.EventArgs
Résultat void

onStartingFile() protected méthode

protected onStartingFile ( FilepathEventArgs e ) : void
e FilepathEventArgs
Résultat void

onThrowException() protected méthode

protected onThrowException ( ExceptionEventArgs e ) : void
e ExceptionEventArgs
Résultat void

onUpdateProgress() protected méthode

protected onUpdateProgress ( ProgressEventArgs e ) : void
e ProgressEventArgs
Résultat void