Skip to content

jefferis/scanimage

Repository files navigation

scanimage

Build Status Docs

An R package to read and analyse image data acquired using ScanImage. This will typically be multiphoton imaging for neurobiological experiments. See scanimage.org for details of this software.

Installation

Currently there isn't a released version on CRAN but you can install using devtools.

if(!require("devtools")) install.packages("devtools")
devtools::install_github("jefferis/scanimage")