ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::proteome::Digestion::Config Struct Reference

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
 

Detailed Description

sets constraints for valid peptides produced by iterating the digestion

Definition at line 125 of file Digestion.hpp.

Constructor & Destructor Documentation

§ Config()

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

Member Data Documentation

§ maximumMissedCleavages

int pwiz::proteome::Digestion::Config::maximumMissedCleavages

Definition at line 127 of file Digestion.hpp.

§ minimumLength

int pwiz::proteome::Digestion::Config::minimumLength

Definition at line 132 of file Digestion.hpp.

§ maximumLength

int pwiz::proteome::Digestion::Config::maximumLength

Definition at line 133 of file Digestion.hpp.

§ minimumSpecificity

Specificity pwiz::proteome::Digestion::Config::minimumSpecificity

Definition at line 135 of file Digestion.hpp.

§ clipNTerminalMethionine

bool pwiz::proteome::Digestion::Config::clipNTerminalMethionine

Definition at line 137 of file Digestion.hpp.


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