Multielectrode array analysis in R
Please see the Gigascience paper for recent details. This package has also been used to analyse the data in our 2015 Neural Development paper.
To install this package in R you need the devtools package; skip the first line if you already have it installed:
install.packages("devtools")
devtools::install_github("sje30/sjemea")
Older versions of the package are available from my home page.
If you use this work in your publications, please cite it using the output from the R function
citation("sjemea")
Update the C code tiling.c so that it avoids where possible any R-specific headers/macros (e.g. R_NaN, Sfloat). Then we can write a mex function for calling it in matlab.