|
pappsomspp
Library for mass spectrometry
|
clean probable C13 isotopes as in X!Tandem algorithm More...
#include <filtertandemremovec13.h>
Public Member Functions | |
| FilterTandemRemoveC13 () | |
| FilterTandemRemoveC13 (const FilterTandemRemoveC13 &other) | |
| MassSpectrum & | filter (MassSpectrum &data_points) const override |
Private Attributes | |
| double | m_arbitrary_range_between_isotopes = 1.5 |
| double | m_arbitrary_minimum_mz = 200.0 |
clean probable C13 isotopes as in X!Tandem algorithm
Definition at line 56 of file filtertandemremovec13.h.
| FilterTandemRemoveC13::FilterTandemRemoveC13 | ( | ) |
Definition at line 36 of file filtertandemremovec13.cpp.
| FilterTandemRemoveC13::FilterTandemRemoveC13 | ( | const FilterTandemRemoveC13 & | other | ) |
Definition at line 41 of file filtertandemremovec13.cpp.
|
overridevirtual |
Implements pappso::MassSpectrumFilterInterface.
Definition at line 46 of file filtertandemremovec13.cpp.
References m_arbitrary_minimum_mz, and m_arbitrary_range_between_isotopes.
|
private |
Definition at line 77 of file filtertandemremovec13.h.
Referenced by filter().
|
private |
Definition at line 76 of file filtertandemremovec13.h.
Referenced by filter().