Table of Contents

Supplemental data to accompany:

**A bidirectional circuit switch reroutes pheromone signals in male and female brains**
Cell, Volume 155, Issue 7, 1610-1623, 19 December 2013 doi:10.1016/j.cell.2013.11.025
Johannes Kohl*, Aaron D. Ostrovsky*, Shahar Frechter, Gregory S.X.E. Jefferis

Overview

The best way to explore the analysis of the neuroanatomical and electrophysiological data in this paper is to visit the documentation site for the R frulhns package.

Data

The following data is available to accompany the publication

Electrophysiological Analysis

Analysis and plotting of electrophysiological data initially acquired with Neuromatic/Nclamp was carried out in R, primarily using a custom R package, gphys. Although I would generally recommend using the latest version available via github, to install the specific package version associated with the manuscript, do as follows:

# Start R
 
# install (one time only)
install.packages("IgorR") # code to read Igor binary files (Greg)
install.packages("STAR") # code for Spike Train Analysis from Christophe Pouzat
# download gphys package from Jefferis lab website to a temporary file
download.file('http://flybrain.mrc-lmb.cam.ac.uk/si/frulhns/gphys-0.7-1.tar.gz',tf<-tempfile(fileext='.tgz'))
# install
install.packages(tf,repos=NULL,type='source')
# clean up temp file
unlink(tf)
 
library(gphys)
# get introductory help on package
?gphys
# get help on main plot function (including examples)
?PlotRasterFromSweeps 

note that this download includes full source code for the functions in the package along with documentation and examples.

Methods

Detailed methods are included in the manuscript supplemental information. Further information on these topics is available here