Peak-overlap solving for "bulk" datasets is now here!
Bulk means a pos-file or list of m/z values, so it could be as big or as small as you like. The new overlapProblemBuilder
lets you formulate your overlap problems, populate it with range counts using overlapProblem_getRangeCounts
and then solve your overlaps using massOverlapSolver
. Visualise the output and share your overlaps using overlap graphs rendered using dot.exe via overlaps2graphviz_colour2
. There are a lot of new functions, so expect things to change over time as there is constructive feedback.