#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/SUPERHIRN/LCMS.h>
|
| ~LCMS () |
|
| LCMS (std::string) |
|
| LCMS () |
|
| LCMS (const LCMS *) |
|
| LCMS (const LCMS &) |
|
void | show_info () |
|
LCMS & | operator= (const LCMS &) |
|
void | order_by_mass () |
|
float | compare_feature_mass (const void *, const void *) |
|
void | tag_peaks_with_spectrum_ID () |
|
int | get_nb_common_peaks (int) |
|
void | clear_feature_list () |
|
std::vector< SHFeature > | get_feature_list () |
|
std::vector< SHFeature > * | get_feature_list_reference () |
|
bool | check_feature_list_empty () |
|
std::vector< SHFeature >::iterator | get_feature_list_begin () |
|
std::vector< SHFeature >::iterator | get_feature_list_end () |
|
void | add_feature (SHFeature *IN) |
|
void | remove_feature_by_ID (SHFeature *) |
|
void | remove_feature_by_ID (int) |
|
void | remove_feature (SHFeature *) |
|
void | remove_feature (int i) |
|
std::vector< SHFeature >::iterator | remove_feature_from_list (std::vector< SHFeature >::iterator IN) |
|
unsigned int | get_nb_features () |
|
std::string | get_spec_name () |
|
void | set_spec_name (std::string IN) |
|
int | get_spectrum_ID () |
|
void | set_spectrum_ID (int IN) |
|
void | setFeatureLCMSID () |
|
SHFeature * | find_feature_by_ID (int) |
|
void | remove_raw_spec_name (int ID) |
|
void | add_raw_spec_name (int ID, std::string name) |
|
bool | check_raw_spec_name_empty () |
|
std::map< int, std::string >
::iterator | get_raw_spec_name_start () |
|
std::map< int, std::string >
::iterator | get_raw_spec_name_end () |
|
std::map< int, std::string > | get_raw_spec_name_map () |
|
int | get_nb_raw_specs () |
|
std::string | get_raw_spec_name (int ID) |
|
bool | check_LCMS_name (std::string) |
|
bool | find_LC_MS_by_ID (int) |
|
void | add_raw_spec_name_map (std::map< int, std::string > IN) |
|
int | get_nb_identified_features () |
|
int | get_nb_identified_features (double PepProb_T) |
|
void | add_alignment_error (double TR, double ERROR_UP, double ERROR_DOWN) |
|
void | get_alignment_error (double, double *, double *) |
|
void | set_MASTER_ID (int IN) |
|
int | get_MASTER_ID () |
|
void add_raw_spec_name |
( |
int |
ID, |
|
|
std::string |
name |
|
) |
| |
|
inline |
void add_raw_spec_name_map |
( |
std::map< int, std::string > |
IN | ) |
|
|
inline |
bool check_feature_list_empty |
( |
| ) |
|
|
inline |
bool check_LCMS_name |
( |
std::string |
| ) |
|
bool check_raw_spec_name_empty |
( |
| ) |
|
|
inline |
void clear_feature_list |
( |
| ) |
|
|
inline |
float compare_feature_mass |
( |
const void * |
, |
|
|
const void * |
|
|
) |
| |
bool find_LC_MS_by_ID |
( |
int |
| ) |
|
std::vector<SHFeature>::iterator get_feature_list_begin |
( |
| ) |
|
|
inline |
std::vector<SHFeature>::iterator get_feature_list_end |
( |
| ) |
|
|
inline |
std::vector<SHFeature>* get_feature_list_reference |
( |
| ) |
|
|
inline |
int get_nb_common_peaks |
( |
int |
| ) |
|
unsigned int get_nb_features |
( |
| ) |
|
|
inline |
int get_nb_identified_features |
( |
| ) |
|
|
inline |
int get_nb_identified_features |
( |
double |
PepProb_T | ) |
|
|
inline |
std::string get_raw_spec_name |
( |
int |
ID | ) |
|
|
inline |
std::map<int, std::string>::iterator get_raw_spec_name_end |
( |
| ) |
|
|
inline |
std::map<int, std::string> get_raw_spec_name_map |
( |
| ) |
|
|
inline |
std::map<int, std::string>::iterator get_raw_spec_name_start |
( |
| ) |
|
|
inline |
std::string get_spec_name |
( |
| ) |
|
|
inline |
void remove_feature |
( |
int |
i | ) |
|
|
inline |
void remove_feature_by_ID |
( |
int |
| ) |
|
std::vector<SHFeature>::iterator remove_feature_from_list |
( |
std::vector< SHFeature >::iterator |
IN | ) |
|
|
inline |
void remove_raw_spec_name |
( |
int |
ID | ) |
|
|
inline |
void set_MASTER_ID |
( |
int |
IN | ) |
|
|
inline |
void set_spec_name |
( |
std::string |
IN | ) |
|
|
inline |
void set_spectrum_ID |
( |
int |
IN | ) |
|
|
inline |
void setFeatureLCMSID |
( |
| ) |
|
void tag_peaks_with_spectrum_ID |
( |
| ) |
|
|
inline |
double MINIMAL_PEP_PROPHET_THERSHOLD |
|
static |
std::map<int, std::string> raw_spec_names |
|
private |