![]() |
OpenMS
|
#include <OpenMS/OPENSWATHALGO/DATAACCESS/TransitionExperiment.h>
Public Member Functions | |
| LightCompound () | |
| bool | isPeptide () const |
| void | setChargeState (int ch) |
| int | getChargeState () const |
| void | setDriftTime (double d) |
| double | getDriftTime () const |
| bool | operator== (const LightCompound &rhs) const |
| Equality operator - compares id (consistent with hash) | |
| bool | operator!= (const LightCompound &rhs) const |
Public Attributes | |
| double | drift_time |
| double | rt |
| int | charge |
| std::string | sequence |
| std::vector< std::string > | protein_refs |
| std::string | peptide_group_label |
| std::string | gene_name |
| std::string | id |
| std::string | sum_formula |
| std::string | compound_name |
| std::string | label_type |
| Label type (e.g. "heavy" or "light") | |
| std::string | smiles |
| SMILES representation (metabolomics) | |
| std::string | adducts |
| Adducts (metabolomics) | |
| std::vector< LightModification > | modifications |
|
inline |
|
inline |
References LightCompound::charge.
|
inline |
References LightCompound::drift_time.
|
inline |
References LightCompound::compound_name.
|
inline |
|
inline |
Equality operator - compares id (consistent with hash)
References LightCompound::id.
|
inline |
References LightCompound::charge.
|
inline |
References LightCompound::drift_time.
| std::string adducts |
Adducts (metabolomics)
| int charge |
| std::string compound_name |
| double drift_time |
Referenced by LightCompound::getDriftTime(), and LightCompound::setDriftTime().
| std::string gene_name |
| std::string id |
Referenced by LightCompound::operator==().
| std::string label_type |
Label type (e.g. "heavy" or "light")
| std::vector<LightModification> modifications |
| std::string peptide_group_label |
| std::vector<std::string> protein_refs |
| double rt |
| std::string sequence |
| std::string smiles |
SMILES representation (metabolomics)
| std::string sum_formula |