Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Public Member Functions | Public Attributes | List of all members
OPXLDataStructs::ProteinProteinCrossLink Struct Reference

The ProteinProteinCrossLink struct represents a cross-link between two peptides in OpenPepXL. More...

#include <OpenMS/ANALYSIS/XLMS/OPXLDataStructs.h>

Public Member Functions

ProteinProteinCrossLinkType getType () const
 
bool operator== (const ProteinProteinCrossLink &other) const
 

Public Attributes

AASequence alpha
 
AASequence beta
 
std::pair< SignedSize, SignedSizecross_link_position
 
double cross_linker_mass
 
String cross_linker_name
 
ResidueModification::TermSpecificity term_spec_alpha
 
ResidueModification::TermSpecificity term_spec_beta
 

Detailed Description

The ProteinProteinCrossLink struct represents a cross-link between two peptides in OpenPepXL.

This struct completely defines a cross-link linking two peptides. It contains the two peptides alpha and beta as AASequences, the positions that are linked in each peptide, the mass and name of the linker and terminal specificities to distinguish linkers attached to side chains of the terminal residues from linkers attached to the termini themselves. The beta peptide can be an empty AASequence object in case of a mono- or loop-link. Used to represent a theoretical candidate for generation of theoretical spectra and matching to experimental spectra.

Member Function Documentation

◆ getType()

ProteinProteinCrossLinkType getType ( ) const
inline

◆ operator==()

bool operator== ( const ProteinProteinCrossLink other) const
inline

Member Data Documentation

◆ alpha

AASequence alpha

◆ beta

AASequence beta

◆ cross_link_position

std::pair<SignedSize, SignedSize> cross_link_position

◆ cross_linker_mass

double cross_linker_mass

◆ cross_linker_name

String cross_linker_name

◆ term_spec_alpha

◆ term_spec_beta


OpenMS / TOPP release 2.3.0 Documentation generated on Tue Jan 9 2018 18:22:11 using doxygen 1.8.13