Skip to content

cloucks/IBRO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IBRO

C. elegans teaching materials and exercises for 2015 IBRO in Vancouver

  • Habituation_probability directory is a project directory for doing analysis of Multi-worm Tracker (Swierczek et al., 2011) habituation experiments using reversal probability as the behavioural metric. See the README.md within the Habituation_probability sub-directory

  • Readings directory contains relevant reading material for performing experiments and doing analysis on the Multi-worm Tracker (Swierczek et al., 2011).

Software to install (for analysis only)

If you use a Mac

If you use Windows

If you use Linux

  • Bash Shell: The default shell is usually bash, but if your machine is set up differently you can run it by opening a terminal and typing bash. There is no need to install anything.
  • Git: If Git is not already available on your machine you can try to install it via your distro's package manager. For Debian/Ubuntu run sudo apt-get install git and for Fedora run sudo yum install git.
  • R: You can download the binary files for your distribution from CRAN. Or you can use your package manager (e.g. for Debian/Ubuntu run sudo apt-get install r-base and for Fedora run sudo yum install R). Also, please install the RStudio IDE.
  • R libraries: stringr, plyr, binom, ggplot2, multcomp

Software Installation instructions are courtesy of Software Carpentry (http://software-carpentry.org/)

About

C. elegans teaching materials and exercises for 2015 IBRO in Vancouver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 81.3%
  • Shell 18.7%