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 |
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::vector< LightModification > | modifications |
|
inline |
|
inline |
References LightCompound::charge.
|
inline |
References LightCompound::drift_time.
|
inline |
References LightCompound::compound_name.
|
inline |
References LightCompound::charge.
|
inline |
References LightCompound::drift_time.
int charge |
std::string compound_name |
double drift_time |
Referenced by LightCompound::getDriftTime(), and LightCompound::setDriftTime().
std::string gene_name |
std::string id |
std::vector<LightModification> modifications |
std::string peptide_group_label |
std::vector<std::string> protein_refs |
double rt |
std::string sequence |
std::string sum_formula |