This R package provides relatively specialised routines for analysing electrophysiological data determined by the research in our lab using whole cell patch clamp techniques to analyse olfactory processing in the fly. Nevertheless it is possible that others, especially anyone using Jason Rothman’s Neuromatic data analysis and acquisition package for Igor Pro, may find some functionality useful. It can also be used to reproduce some of the analysis / figures in our published work e.g. in the package frulhns.
For further details see the R DESCRIPTION file.
Currently there isn’t a released version on CRAN.You can use the devtools package to install either the latest release or development version:
# install devtools if required
install.packages("devtools")
library(devtools)
# latest release (recommended)
install_github("jefferis/gphys")
# develop branch may occasionally have changes that have not been merged to master
install_github("jefferis/gphys@develop")
Note: Windows users need Rtools and devtools to install this way.