Skip to content

Code used in the paper "Genetic control of collective behavior in zebrafish"

Notifications You must be signed in to change notification settings

jacobdavidson/zfish_mutants_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zfish_mutants_analysis

Code used in the paper "Genetic control of collective behavior in zebrafish"

Notebooks to process data and fit model
These 3 notebooks used to loop through and process/generate results for all lines. These need to be run in order. First run notebook 1 to read in the raw .mat tracking files and output smoothed and filtered .pkl files that are easier to work with. Then run notebook 2 to calculate various quantities used in the analysis, and to save files with input-output structure to be used in models fits. Then run notebook 3 to fit the model.

  • 1 - Data import and smoothing.ipynb
  • 2 - Process group quantities and model io.ipynb
  • 3 - Run model fits.ipynb

Notebooks to make plots in the paper
These 3 notebooks are used to create the figures in the paper. They import processed and saved results, which are included in the 'savedresults' folder. Thus, these notebooks run very quickly, and the figures can be re-created without running notebooks 1,2,3 described above.

  • Fig2-3 - Data.ipynb
  • Fig3-example-trajectories.ipynb
  • Fig4-Model.ipynb

Functions
These three files are included by the above notebooks, and contain calculation, plotting, and model fit functions:

  • datafunctions.py
  • headingchange_models.py
  • modelfit_plotfns.py

Data
Data is available through Dryad at http://doi.org/10.5061/dryad.hx3ffbg9n.

About

Code used in the paper "Genetic control of collective behavior in zebrafish"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published