-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
34 lines (22 loc) · 1.69 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
This is the collection of MATLAB analysis scripts to analyze data produced
by Andrew Leifer's MindControl software.
The largest component of scripts is a vewer that will read in a YAML data file and annotated video created by the MindControl software suite. It will allow the researcher to rapidly scan different stimulus events and generate quantative analysis such as kymographs of the worm's resulting behavior.
The main functionality can be invoked by opening preview_wYAML_v9.fig in GUIDE and clicking run.
The software requires MATLAB 7.8.0 (R2009a) or higher with the image processing toolbox and the curve fitting toolbox.
It also requires downloading newid dialog box from the mathworks and following the isntallatoins instructions written there:
http://www.mathworks.com/support/solutions/en/data/1-39UWQT/index.html?product=ML&solution=1-39UWQT
Finally, to read annotations inline requires Python >2.5.
Chris Fang-Yen wrote the initial data previewing suite.
Andrew Leifer added features including the reversal analysis.
Marc Gershow wrote the phase-velocity extractor.
Ben Schwartz helped design the Maximum Likelihood Estimator
The most up to date version of this software resides at:
http://github.com/samuellab/mindcontrol-analysis
The corresponding mindcontrol system resides at:
http://github.com/samuellab/mindcontrol
This is free software released under the GNU GPL license. See COPYING for more details.
If you use any portion of this code in your research, kindly cite:
Leifer, A.M., Fang-Yen, C., Gershow, M., Alkema, M., and Samuel A. D.T.,
"Optogenetic manipulation of neural activity with high spatial resolution
in freely moving Caenorhabditis elegans," Nature Methods, Submitted
(2010).