This repository contains the data and analysis code for the bioRxiv preprint:
Vogt, C.C. and Sheehan, M.J. (2025) "The Sikkim mouse (Mus pahari) exhibits distinct spatial, circadian, and social behaviors compared to laboratory mice." bioRxiv, p. 2025.11.13.688123. Available at: https://doi.org/10.1101/2025.11.13.688123.
Anyone who uses this database or code should cite the above preprint until the manuscript is published elsewhere.
├── data/
│ └── rfid/
│ ├── ALLTRIAL_RFID_PAHvsC57.part001.csv
│ ├── ALLTRIAL_RFID_PAHvsC57.part002.csv
│ ├── ALLTRIAL_RFID_PAHvsC57.part003.csv
│ ├── ALLTRIAL_RFID_PAHvsC57.part004.csv
│ ├── GBI_concat.csv
│ ├── GBI_summary.csv
│ └── metadata_PAHvsC57.xlsx
└── mainanalyses/
├── 2025_PAHvsC57_MainAnalyses.Rmd
└── 2025_PAHvsC57_MainAnalyses.nb.html
This repository provides behavioral data comparing Sikkim mice (Mus pahari, PAH) and C57BL/6J laboratory mice (C57) collected using RFID tracking in an indoor mesocosm environment. The study examines spatial behavior, circadian activity patterns, and social interactions between these two species.
- ALLTRIAL_RFID_PAHvsC57.part001-004.csv: Split files containing the complete RFID tracking data for all trials. These files include timestamped location data with millisecond precision for individual mice tracked throughout the experimental period.
-
GBI_summary.csv: Individual-level summary of group-by-individual (GBI) data describing flocking behavior.
-
GBI_concat.csv: Concatenated group-by-individual data across all trials.
-
2025_PAHvsC57_MainAnalyses.Rmd: R Markdown notebook containing all statistical analyses, data processing, and figure generation for the manuscript.
-
2025_PAHvsC57_MainAnalyses.nb.html: HTML output of the R Markdown notebook for easy viewing of results.
The analysis code requires R with the following packages:
fs,lubridate,knitrgganimate,gifski,avreadxl,data.tableggplot2glmmTMB,DHARMa,lme4,lmerTesttidyr,dplyrlomb
- Clone this repository
- Ensure all required R packages are installed
- Open
mainAnalyses/2025_PAHvsC57_MainAnalyses.Rmdin RStudio - Update the working directory path in the setup chunk if needed
- Run the analysis chunks sequentially
For questions about the data or analyses, please contact:
- Caleb C. Vogt, PhD
Please cite the preprint (DOI: 10.1101/2025.11.13.688123) when using this data or code.