glasgowcompbio / vimms

A programmable and modular LC/MS simulator in Python
MIT License
19 stars 6 forks source link

Create code to parse .json and make training data #74

Closed sdrogers closed 4 years ago

sdrogers commented 4 years ago

Create code to:

  1. Load peakonly training data
    1. Generate a training dataset of intensity vectors and their labels where label = 1 if final intensity is in peak and 0 otherwise
    2. method should take arguments as to total # of examples, min length, max length and whether we want balanced examples. Aldo whether we allow multiple (overlapping?) examples from the same ROI.
sdrogers commented 4 years ago

suggest placing inside vimms/scripts/peakonly