|
ProteoWizard
|
sets constraints for valid peptides produced by iterating the digestion More...
#include <Digestion.hpp>
Public Member Functions | |
| Config (int maximumMissedCleavages=100000, int minimumLength=0, int maximumLength=100000, Specificity minimumSpecificity=FullySpecific, bool clipNTerminalMethionine=true) | |
Public Attributes | |
| int | maximumMissedCleavages |
| int | minimumLength |
| int | maximumLength |
| Specificity | minimumSpecificity |
| bool | clipNTerminalMethionine |
sets constraints for valid peptides produced by iterating the digestion
Definition at line 126 of file Digestion.hpp.
| pwiz::proteome::Digestion::Config::Config | ( | int | maximumMissedCleavages = 100000, |
| int | minimumLength = 0, |
||
| int | maximumLength = 100000, |
||
| Specificity | minimumSpecificity = FullySpecific, |
||
| bool | clipNTerminalMethionine = true |
||
| ) |
| int pwiz::proteome::Digestion::Config::maximumMissedCleavages |
Definition at line 128 of file Digestion.hpp.
| int pwiz::proteome::Digestion::Config::minimumLength |
Definition at line 133 of file Digestion.hpp.
| int pwiz::proteome::Digestion::Config::maximumLength |
Definition at line 134 of file Digestion.hpp.
| Specificity pwiz::proteome::Digestion::Config::minimumSpecificity |
Definition at line 136 of file Digestion.hpp.
| bool pwiz::proteome::Digestion::Config::clipNTerminalMethionine |
Definition at line 138 of file Digestion.hpp.
1.8.1.1