Go to the documentation of this file.
23 #ifndef _SPECTRUMLIST_CHARGEFROMISOTOPE_HPP_
24 #define _SPECTRUMLIST_CHARGEFROMISOTOPE_HPP_
65 using namespace msdata;
74 int parentsBefore = 2,
76 double isolationWindow = 1.25,
77 int defaultChargeMax = 0,
78 int defaultChargeMin = 0);
87 void getParentPeaks(
const SpectrumPtr,
const std::vector <int> &,
const double,
const double,
const double,std::vector< std::vector <double> > &,std::vector< std::vector <double> > &)
const;
127 #endif // _SPECTRUMLIST_CHARGEFROMISOTOPE_HPP_
boost::shared_ptr< SpectrumList > SpectrumListPtr
std::vector< double > simulatedSSEs
Inheritable pass-through implementation for wrapping a SpectrumList.
void getParentIndices(const SpectrumPtr, std::vector< int > &) const
double defaultIsolationWidth_
std::vector< double > simulatedKLs
double intensitySumPvalue
SpectrumListPtr instantiatePeakPicker(const std::vector< int > &) const
SpectrumList_ChargeFromIsotope(const msdata::MSData &msd, int maxCharge=3, int minCharge=1, int parentsBefore=2, int parentsAfter=0, double isolationWindow=1.25, int defaultChargeMax=0, int defaultChargeMin=0)
void getParentPeaks(const SpectrumPtr, const std::vector< int > &, const double, const double, const double, std::vector< std::vector< double > > &, std::vector< std::vector< double > > &) const
virtual msdata::SpectrumPtr spectrum(size_t index, bool getBinaryData=true) const
retrieve a spectrum by index
std::vector< int > simulatedIntensityRankSum
boost::shared_ptr< Spectrum > SpectrumPtr
SpectrumList implementation that assigns (probable) charge states to tandem mass spectra.
std::vector< int > indexList
This is the root element of ProteoWizard; it represents the mzML element, defined as: intended to cap...
void simulateKL(const double, const int, const int)
double getKLscore(const isotopeChain, const std::vector< double > &, const std::vector< double > &)
void simulateTotIntensity(const int)
void simulateSSE(const int, const int)
SpectrumListPtr instantiatePeakPicker(const std::vector< int > &, const double, const double, const double) const
std::vector< rtimeMap > MS1retentionTimes
void getMS1RetentionTimes()