Rymapt / ethoscope

a platform from monitoring animal behaviour in real time from a raspberry pi
http://gilestrolab.github.io/ethoscope/
GNU General Public License v3.0
0 stars 2 forks source link

Basic scripts for Matlab to analyze database. #22

Open PaoloGB opened 7 years ago

PaoloGB commented 7 years ago

A few points:

1) Giorgio and his group have developed rethomics, an R package to analyze the data. The documentation is here while the repository is here. I do not think there is much point is us duplicating all that stuff in Matlab. I will point these links to Edgar in a moment.

2) The rethomics package works on the database files, so it would be useful to have the option to export the database while the ethoscope is running, just like we do for the txt file (see #31).

3) I have written a very basic Matlab script to allow the user to process the TXT file. It is more meant to be a template on how to proceed than a complete running script. Once I polish it a bit more I will upload it and make it available to James' group.