Rtrack is a package to process raw spatial tracking data (such as from the Morris water maze or open field tests) and calculate behavioural strategies. The strategy analysis is performed in a parameter-free manner using pre-trained machine learning models. This makes analysis both fast and reproducible. In addition, the package includes several plotting functions, tools to aid advanced analysis, and export functions for results and raw data.
The export of raw data in a standardised format allows complete experiments to be archived and shared.
From CRAN: The package is available from the CRAN repository. To install it (currently version 2.0.2), run the following line in R.
install.packages("Rtrack")
From github: This github repository contains the development version with the latest features and bug fixes. To install this version (2.0.3.1), run the following line in R (you will need to have the remotes package already installed).
remotes::install_github("rupertoverall/Rtrack")
To get started using Rtrack, it is recommended to work through the tutorials