You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically, support [13C],[15N] and [2H], and perform parsing correctly, then update the database with the new formulas. So, C6H12O6 for glucose could be distinguished with [13C]6H12O6 for heavy-glucose.
This would all take place in mzMassCalculator.cpp, need to update MassCalculator::getElementMass() and MassCalculator::getComposition(). Ensure that GUI functions properly with the changes.
The text was updated successfully, but these errors were encountered:
Specifically, support
[13C]
,[15N]
and[2H]
, and perform parsing correctly, then update the database with the new formulas. So,C6H12O6
for glucose could be distinguished with[13C]6H12O6
for heavy-glucose.This would all take place in
mzMassCalculator.cpp
, need to updateMassCalculator::getElementMass()
andMassCalculator::getComposition().
Ensure that GUI functions properly with the changes.The text was updated successfully, but these errors were encountered: