Repo for testing fragmentation graphs rather than fragmentation trees for mass spectrometry data.
The idea is to represent all possible fragmentation of any given molecule in a single graph. Given a mass spectrum, we iterate over the masses and try to match them to the nodes of the graph and their predecessors. Using the intensity as a proxy of importance, we can then find the most likely molecule for a given mass spectrum.