C# Class Coon.Compass.FdrOptimizer.InputFile

Afficher le fichier Open project: dbaileychess/Compass

Méthodes publiques

Свойство Type Description
FdrFilteredPSMs List
FdrFilteredPeptides List
PeptideSpectralMatches List
Peptides List

Méthodes publiques

Méthode Description
GetMedianValue ( List values ) : double
InputFile ( string filePath ) : System
Read ( IList fixedModifications, int numberOfTopHits = 1, bool higherScoresAreBetter = false ) : void
ReducePsms ( IEqualityComparer comparer ) : void
UpdatePsmInformation ( MSDataFile dataFile, bool is2dFDR = true, bool useMedian = true, double evalueThreshold = 1e-3 ) : void

Method Details

GetMedianValue() public static méthode

public static GetMedianValue ( List values ) : double
values List
Résultat double

InputFile() public méthode

public InputFile ( string filePath ) : System
filePath string
Résultat System

Read() public méthode

public Read ( IList fixedModifications, int numberOfTopHits = 1, bool higherScoresAreBetter = false ) : void
fixedModifications IList
numberOfTopHits int
higherScoresAreBetter bool
Résultat void

ReducePsms() public méthode

public ReducePsms ( IEqualityComparer comparer ) : void
comparer IEqualityComparer
Résultat void

UpdatePsmInformation() public méthode

public UpdatePsmInformation ( MSDataFile dataFile, bool is2dFDR = true, bool useMedian = true, double evalueThreshold = 1e-3 ) : void
dataFile MSDataFile
is2dFDR bool
useMedian bool
evalueThreshold double
Résultat void

Property Details

FdrFilteredPSMs public_oe property

public List FdrFilteredPSMs
Résultat List

FdrFilteredPeptides public_oe property

public List FdrFilteredPeptides
Résultat List

PeptideSpectralMatches public_oe property

public List PeptideSpectralMatches
Résultat List

Peptides public_oe property

public List Peptides
Résultat List