shuzhao-li-lab / JMS

Json's Metabolite Services
MIT License
1 stars 1 forks source link

Port Annotation Functionality to JMS #23

Open jmmitc06 opened 1 year ago

jmmitc06 commented 1 year ago

Currently JMS supports largely mz only based matching. The pipeline has code for RT-based informed annotations, MS2-based annotations, and authentic standards.

These functions need to be ported into JMS where they really belong.

Subtasks:

These algorithms all heavily use intervaltree type datastructures. Would suggst moving to that datastructure for m/z based queries too but that may be a major refactor.