Property | Type | Description | |
---|---|---|---|
decoy | bool | ||
dynamicModifications | string | ||
eValueScore | double | ||
qValue | double | ||
sequence | string |
Method | Description | |
---|---|---|
PeptideHit ( string sequence, string dynamicModifications, double eValueScore, bool decoy ) : System | ||
PeptideHit ( string sequence, string dynamicModifications, double eValueScore, bool decoy, double qValue ) : System |
public PeptideHit ( string sequence, string dynamicModifications, double eValueScore, bool decoy ) : System | ||
sequence | string | |
dynamicModifications | string | |
eValueScore | double | |
decoy | bool | |
return | System |
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 |