libpappsomspp
Library for mass spectrometry
|
trace peak list More...
Go to the source code of this file.
Classes | |
class | pappso::TracePeakList |
Namespaces | |
pappso | |
tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multicharge peaks to monocharge | |
Functions | |
PMSPP_LIB_DECL std::vector< TracePeak >::iterator | pappso::findBestTracePeakGivenRtList (std::vector< TracePeak >::iterator begin, std::vector< TracePeak >::iterator end, const std::vector< double > &rt_list, std::size_t &nb_peaks) |
find the best peak matching a list of retention times More... | |
PMSPP_LIB_DECL std::vector< TracePeak >::iterator | pappso::findTracePeakGivenRt (std::vector< TracePeak >::iterator begin, std::vector< TracePeak >::iterator end, double rt) |
find the peak matching a retention time More... | |