ProteoWizard
Public Member Functions | Public Attributes
pwiz::proteome::Digestion::Config Struct Reference

sets constraints for valid peptides produced by iterating the digestion More...

#include <Digestion.hpp>

List of all members.

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

Detailed Description

sets constraints for valid peptides produced by iterating the digestion

Definition at line 126 of file Digestion.hpp.


Constructor & Destructor Documentation

pwiz::proteome::Digestion::Config::Config ( int  maximumMissedCleavages = 100000,
int  minimumLength = 0,
int  maximumLength = 100000,
Specificity  minimumSpecificity = FullySpecific,
bool  clipNTerminalMethionine = true 
)

Member Data Documentation

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.


The documentation for this struct was generated from the following file: