Skip to content

przemyslawj/sjemea

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 91.1%
  • C 8.9%