Analysis of mouse activity data from the MED Associates, Inc. running wheels.
The MED Associates, Inc. Wheel Manager Software record running data from the Wireless Running Wheels and export them as an .xls document.
Once in the folder you want to work, clone the repository:
git clone https://github.com/almoraco/cnio-wheels.git cd cnio-wheels
Then, create a conda environment and activate it:
conda env create -f environment.yml
conda activate wheels