C# Class BatchLowResFdrOptimizer.PeptideHit

Show file Open project: dbaileychess/Compass Class Usage Examples

Protected Properties

Property Type Description
decoy bool
dynamicModifications string
eValueScore double
qValue double
sequence string

Public Methods

Method 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 method

public PeptideHit ( string sequence, string dynamicModifications, double eValueScore, bool decoy ) : System
sequence string
dynamicModifications string
eValueScore double
decoy bool
return System

PeptideHit() public method

public PeptideHit ( string sequence, string dynamicModifications, double eValueScore, bool decoy, double qValue ) : System
sequence string
dynamicModifications string
eValueScore double
decoy bool
qValue double
return System

Property Details

decoy protected property

protected bool decoy
return bool

dynamicModifications protected property

protected string dynamicModifications
return string

eValueScore protected property

protected double eValueScore
return double

qValue protected property

protected double qValue
return double

sequence protected property

protected string sequence
return string