#include <OpenMS/ANALYSIS/OPENSWATH/OPENSWATHALGO/DATAACCESS/TransitionExperiment.h>
Public Member Functions | |
int | getProductChargeState () const |
std::string | getNativeID () const |
std::string | getPeptideRef () const |
double | getLibraryIntensity () const |
void | setLibraryIntensity (double l) |
double | getProductMZ () const |
double | getPrecursorMZ () const |
void | setDetectingTransition (bool d) |
bool | isDetectingTransition () const |
void | setQuantifyingTransition (bool q) |
bool | isQuantifyingTransition () const |
void | setIdentifyingTransition (bool i) |
bool | isIdentifyingTransition () const |
void | setSiteIdentifyingTransition (std::vector< int > i) |
std::vector< int > | getSiteIdentifyingTransition () const |
void | setSiteIdentifyingClass (std::vector< std::string > i) |
std::vector< std::string > | getSiteIdentifyingClass () const |
Public Attributes | |
std::string | transition_name |
std::string | peptide_ref |
double | library_intensity |
double | product_mz |
double | precursor_mz |
int | charge |
bool | decoy |
bool | detecting_transition |
bool | quantifying_transition |
bool | identifying_transition |
std::vector< int > | site_identifying_transition |
std::vector< std::string > | site_identifying_class |
|
inline |
|
inline |
Referenced by OpenSwathWorkflow::prepare_coordinates().
|
inline |
Referenced by OpenSwathWorkflow::prepare_coordinates().
|
inline |
Referenced by OpenSwathWorkflow::prepare_coordinates().
|
inline |
|
inline |
Referenced by OpenSwathWorkflow::prepare_coordinates().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
int charge |
bool decoy |
Referenced by OpenSwathTSVWriter::prepareLine().
bool detecting_transition |
bool identifying_transition |
double library_intensity |
std::string peptide_ref |
double precursor_mz |
Referenced by OpenSwathTSVWriter::prepareLine().
double product_mz |
bool quantifying_transition |
std::vector<std::string> site_identifying_class |
std::vector<int> site_identifying_transition |
std::string transition_name |
OpenMS / TOPP release 2.0.0 | Documentation generated on Wed Mar 30 2016 12:49:31 using doxygen 1.8.11 |