C# Класс BatchFdrOptimizer.BatchFdrOptimizer

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BatchFdrOptimizer ( IList csvFilepaths, string rawFolder, IEnumerable fixedModifications, double maximumPrecursorMassError, double precursorMassErrorIncrement, 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

Приватные методы

Метод Описание
CalculateMedian ( List values ) : double

Описание методов

BatchFdrOptimizer() публичный Метод

public BatchFdrOptimizer ( IList csvFilepaths, string rawFolder, IEnumerable fixedModifications, double maximumPrecursorMassError, double precursorMassErrorIncrement, bool higherScoresAreBetter, double maximumFalseDiscoveryRate, bool unique, bool overallOutputs, bool phosphopeptideOutputs, string outputFolder ) : System
csvFilepaths IList
rawFolder string
fixedModifications IEnumerable
maximumPrecursorMassError double
precursorMassErrorIncrement double
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