Skip to content
This repository was archived by the owner on Aug 27, 2018. It is now read-only.

Digitize plots from patch-clamp studies #17

Closed
VahidGh opened this issue Mar 10, 2015 · 5 comments
Closed

Digitize plots from patch-clamp studies #17

VahidGh opened this issue Mar 10, 2015 · 5 comments
Assignees

Comments

@VahidGh
Copy link
Member

VahidGh commented Mar 10, 2015

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 )

@miladjafary
Copy link
Member

@VahidGh Interesting.
I am going to work on it.

@jamiebbowen
Copy link
Contributor

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.

@VahidGh
Copy link
Member Author

VahidGh commented Mar 17, 2015

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.

@jamiebbowen
Copy link
Contributor

Ok, I'll work on the upload section for the csv file tonight. On the
backend, do we have the series of steps/scripts to run?

On Tue, Mar 17, 2015 at 6:37 AM, Vahid Ghayoomi [email protected]
wrote:

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.


Reply to this email directly or view it on GitHub
https://github.com/VahidGh/ChannelWorm/issues/17#issuecomment-82322892.

@VahidGh
Copy link
Member Author

VahidGh commented Mar 17, 2015

Great, in addition to .csv file(s), we need to get these parameters of
the patch-clamp study: duration, delay, voltage steps and their
corresponding units (e.g. from -80 mv to 50 mv, in 10 mv increments,
running in 1000 ms)
As for the back-end, not yet, but I hope to get the fitting script finished
in a week or two.

On Tue, Mar 17, 2015 at 4:19 PM, Joe Bowen [email protected] wrote:

Ok, I'll work on the upload section for the csv file tonight. On the
backend, do we have the series of steps/scripts to run?

On Tue, Mar 17, 2015 at 6:37 AM, Vahid Ghayoomi [email protected]
wrote:

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.


Reply to this email directly or view it on GitHub
<https://github.com/VahidGh/ChannelWorm/issues/17#issuecomment-82322892
.


Reply to this email directly or view it on GitHub
https://github.com/VahidGh/ChannelWorm/issues/17#issuecomment-82327706.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants