| 
    libpappsomspp
    
   Library for mass spectrometry 
   | 
 
#include "peptidenaturalisotope.h"#include "pappsomspp/core/pappsoexception.h"#include <cmath>#include <QDebug>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  | |
Macros | |
| #define | CACHE_ARRAY_SIZE 500 | 
Enumerations | |
| enum class | pappso::AtomIsotope {  pappso::C , pappso::H , pappso::O , pappso::N , pappso::S }  | 
Functions | |
| uint64_t | pappso::Combinations (unsigned int n, unsigned int k) | 
| pappso_double | pappso::isotopem_ratio (pappso_double abundance, unsigned int total, unsigned int heavy) | 
| pappso_double | pappso::isotopem_ratio_cache (Enums::Isotope isotope, unsigned int total, unsigned int heavy) | 
| #define CACHE_ARRAY_SIZE 500 | 
Definition at line 42 of file peptidenaturalisotope.cpp.
Referenced by pappso::Combinations(), and pappso::isotopem_ratio_cache().