-
Notifications
You must be signed in to change notification settings - Fork 11
Digitize plots from patch-clamp studies #17
Comments
@VahidGh Interesting. |
It looks like WebPlotDigitizer is run through client side javascript when it seems like we're more looking for something back-end so we can script with it and then use the plot for other back end functions. |
In the first step of the pipeline, we need to get digitized patch-clamp data, if user already has the data, he/she just needs to upload the file, if not, he/she can digitize it via this digitizer, and the final .csv file generated by the digitizer, could be sent to the back end (in the same way as the first method), for further analysis. |
Ok, I'll work on the upload section for the csv file tonight. On the On Tue, Mar 17, 2015 at 6:37 AM, Vahid Ghayoomi [email protected]
|
Great, in addition to .csv file(s), we need to get these parameters of On Tue, Mar 17, 2015 at 4:19 PM, Joe Bowen [email protected] wrote:
|
The scenario is that a user, would need to upload a plot from a patch-clamp study, and extract digitized data for further analysis. (See this issue, and this one for more information)
The digitization process could be implemented via the WebPlotDigitizer and it's open source Python script libraries.
Extracted data should be stored in a db or .csv file for further analysis.
Also it is possible to represent the digitized plot via Plotly APIs. An auto generating link to Plotly could be great (something like Graph in Plotly in this picture )
The text was updated successfully, but these errors were encountered: