libpappsomspp
Library for mass spectrometry
|
rearrange itemcarts into buckets More...
#include "bucketclustering.h"
#include <algorithm>
#include "../../pappsoexception.h"
#include <QObject>
Go to the source code of this file.
Namespaces | |
namespace | pappso |
tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multicharge peaks to monocharge | |
namespace | pappso::spectree |
Functions | |
template<class K , class T , class C , class A , class Predicate > | |
void | pappso::spectree::erase_if (std::map< K, T, C, A > &c, Predicate pred) |
rearrange itemcarts into buckets
C++ implementation of algorithm already described in :
https://www.theses.fr/2019NANT4092
Definition in file bucketclustering.cpp.