Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ getRepMzRange
Method
getRepMzRange
src/openms/source/ANALYSIS/TOPDOWN/PeakGroup.cpp:817–820 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
815
}
816
817
std::tuple<double, double> PeakGroup::getRepMzRange() const
818
{
819
return getMzRange(getRepAbsCharge());
820
}
821
822
std::tuple<double, double> PeakGroup::getMzRange(int abs_charge) const
823
{
Callers
3
writeDeconvolvedMasses
Method · 0.80
writePromexFeatures
Method · 0.80
PeakGroup_test.cpp
File · 0.80
Calls
no outgoing calls
Tested by
1
writeDeconvolvedMasses
Method · 0.64