rickud / gel-lanes-fit

GNU General Public License v3.0
3 stars 1 forks source link

Make a way to export lane profile data to file #14

Open Ryan-Compton opened 3 years ago

Ryan-Compton commented 3 years ago

My plan to make the profiles available: In plotter class the function getPlotsData returns plotsData which should contain all of the data for the plots as an array list

Figure out what plotsData looks like so that I know what to export into a CSV

Make a button that uses the getter to save the profile data (this goes in MainDialog class)

Just copy paste a button (or a dropdown) that’s already there and change it to what we need