![]() |
OpenMS
3.0.0
|
#include <OpenMS/OPENSWATHALGO/DATAACCESS/TransitionExperiment.h>
Public Member Functions | |
| LightTransition () | |
| int | getProductChargeState () const |
| bool | isProductChargeStateSet () const |
| bool | isPrecursorImSet () const |
| std::string | getNativeID () const |
| std::string | getPeptideRef () const |
| std::string | getCompoundRef () const |
| double | getLibraryIntensity () const |
| void | setLibraryIntensity (double l) |
| double | getProductMZ () const |
| double | getPrecursorMZ () const |
| double | getPrecursorIM () const |
| void | setDetectingTransition (bool d) |
| bool | isDetectingTransition () const |
| void | setQuantifyingTransition (bool q) |
| bool | isQuantifyingTransition () const |
| void | setIdentifyingTransition (bool i) |
| bool | isIdentifyingTransition () const |
Public Attributes | |
| std::string | transition_name |
| std::string | peptide_ref |
| double | library_intensity |
| double | product_mz |
| double | precursor_mz |
| double | precursor_im |
| int | fragment_charge |
| bool | decoy |
| bool | detecting_transition |
| bool | quantifying_transition |
| bool | identifying_transition |
|
inline |
|
inline |
References LightTransition::peptide_ref.
|
inline |
References LightTransition::library_intensity.
|
inline |
References LightTransition::transition_name.
|
inline |
References LightTransition::peptide_ref.
|
inline |
References LightTransition::precursor_im.
|
inline |
References LightTransition::precursor_mz.
|
inline |
References LightTransition::fragment_charge.
|
inline |
References LightTransition::product_mz.
|
inline |
References LightTransition::detecting_transition.
|
inline |
References LightTransition::identifying_transition.
|
inline |
References LightTransition::precursor_im.
|
inline |
References LightTransition::fragment_charge.
|
inline |
References LightTransition::quantifying_transition.
|
inline |
References LightTransition::detecting_transition.
|
inline |
References LightTransition::identifying_transition.
|
inline |
References LightTransition::library_intensity.
|
inline |
References LightTransition::quantifying_transition.
| bool decoy |
| bool detecting_transition |
Referenced by LightTransition::isDetectingTransition(), and LightTransition::setDetectingTransition().
| int fragment_charge |
Referenced by LightTransition::getProductChargeState(), and LightTransition::isProductChargeStateSet().
| bool identifying_transition |
| double library_intensity |
Referenced by LightTransition::getLibraryIntensity(), and LightTransition::setLibraryIntensity().
| std::string peptide_ref |
Referenced by LightTransition::getCompoundRef(), and LightTransition::getPeptideRef().
| double precursor_im |
Referenced by LightTransition::getPrecursorIM(), and LightTransition::isPrecursorImSet().
| double precursor_mz |
Referenced by LightTransition::getPrecursorMZ().
| double product_mz |
Referenced by LightTransition::getProductMZ().
| bool quantifying_transition |
| std::string transition_name |
Referenced by LightTransition::getNativeID().