C# Class BatchLowResFdrOptimizer.PeptideHit

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

Protected Properties

Свойство Type Description
decoy bool
dynamicModifications string
eValueScore double
qValue double
sequence string

Méthodes publiques

Méthode Description
PeptideHit ( string sequence, string dynamicModifications, double eValueScore, bool decoy ) : System
PeptideHit ( string sequence, string dynamicModifications, double eValueScore, bool decoy, double qValue ) : System

Method Details

PeptideHit() public méthode

public PeptideHit ( string sequence, string dynamicModifications, double eValueScore, bool decoy ) : System
sequence string
dynamicModifications string
eValueScore double
decoy bool
Résultat System

PeptideHit() public méthode

public PeptideHit ( string sequence, string dynamicModifications, double eValueScore, bool decoy, double qValue ) : System
sequence string
dynamicModifications string
eValueScore double
decoy bool
qValue double
Résultat System

Property Details

decoy protected_oe property

protected bool decoy
Résultat bool

dynamicModifications protected_oe property

protected string dynamicModifications
Résultat string

eValueScore protected_oe property

protected double eValueScore
Résultat double

qValue protected_oe property

protected double qValue
Résultat double

sequence protected_oe property

protected string sequence
Résultat string