sje30 / sjemea

Multielectrode array analysis in R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sjemea

Build Status

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.

Installing this package

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.

Citing

If you use this work in your publications, please cite it using the output from the R function

citation("sjemea")

TODO

Portable C code

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.

About

Multielectrode array analysis in R


Languages

Language:R 87.1%Language:C 8.4%Language:TeX 4.6%