The LMT Widget Tool is as tool designed to facilitate the extraction and analysis of behavioral data from .sqlite databases from the Live Mouse Tracker (LMT). It helps users with no programming experience to easily visualize, analyze and extract relevant analysis.
You will find more information about LMT on its website and publication.
In our tool, we used the LMT-Analysis repo v1.0.5, from Fabrice de Chaumont with only few changes for our tool to work.
If you have any questions or comments, feel free to contact us, Damien (damien.huzard@igf.cnrs.fr) or Paul (paul.carrascosa@igf.cnrs.fr).
First of all, you will need to download the folder which contains all of the files to run the tool:
Place the ZIP file in the folder of your choice, unzip it (for example with 7-Zip).
To make the tool work, you will need Python version 3.10.11. Download the 3.10.11 Python version here. Go down until the 'Files' section and install Windows installer (64-bit)
(64-bit is recommended but if your computer is on a 32-bit OS you should download the 32-bit version).
Then, execute the .exe file you just downloaded.
During the installation, make sure to check the box "Add python.exe to PATH" and click on "Install now" until Python is installed:
Once you have installed Python, open your command prompt to install the tool. (To open the command prompt, press the keys Windows + R, then type "cmd" and press Enter.) In your command prompt, put the following command :
pip install LWTools
this command will automatically install the latest version of our LWTools library from the pypi website.
Each time you want to use the tool, you will have to launch Jupyter Lab first.
To launch Jupyter Lab, open a command prompt and write (or copy-paste):
jupyter lab
This will open a Jupyter Lab tab in your favorite web browser. (! Warning ! if you close the command prompt it will also close the Jupyter Lab session).
Once Jupyter Lab is launched, go to the folder you downloaded from Github during the step 1. Download (and unzipping) and open the scripts folder (e.g. '...\LMT_Widget_Tool-LWT-main\scripts').
Before using the tool, make sure to restart the kernel to clear it :
Sometimes you will need to restart the kernel when it seems that the tool crashed, but don’t do it when it’s running !
Then, you can enjoy the tool, by opening the LMT_Widget_Tool.ipynb and running it within Jupyter Lab! (If so far, you never used a jupyter lab before, we recommend trying that tutorial).
First, you will have to execute the first cell code to install the packages for the tool. Click on the cell you want to execute and press the keys Ctrl + Enter
The part 1 will rebuild the databases by deleting the data and rebuild them using the detections and export these data into csv files. It is recommanded to do timebins of 5 or 10 minutes for each bin
The part 1.1 is optional. It is usefull only if you want to convert your data into csv using different timebins. So be careful with this code cell, use it only if you want to change the timebins of your data.
The part 2 will merge the csv files created into one csv file which will be used by the tool for the analysis.
The part 3 will start the tool, you will need to use the merged file that you will have with the third part.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
We are also planning to improve and extend to possibilities of this tool, you can also send us your suggestions and feedbacks!
Here are few ideas of future developments:
- More statistical analyses
- defining ROI from your LMT cages (defining zones of interest, like food-zone, house, ...)
- Graphs of distance
- exporting all graphs and stats at once
This project has been possible thanks to fundings obtained by A. François (IGF, CNRS, Montpellier, France): Affective Touch Lab.
If you do not know it yet, please have a look to Nicolas Torquet's own LMT_toolkit_analysis! It is really a powerful way to extract and visualize data from your .sqlite directly.
It might be still a bit harder to install and run than our tool, but it is a beautiful and inspiring initiative! Try it and let him/us know!
LMT_Widget_Tool is released under the GNU GPL v3.0 licence. See the LICENSE file.
Copyright (C) 2023 IGF - CNRS - INSERM - Université de Montpellier
LMT_Widget_Tool uses the LMT-analysis code provided on GitHub. This code is also under the GNU GPL v3.0 licence. GNU GPL ?