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

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 127 of file Digestion.hpp.

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

Definition at line 132 of file Digestion.hpp.

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

Definition at line 133 of file Digestion.hpp.

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

Definition at line 135 of file Digestion.hpp.

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: