Code for generating social UMAPs from Nair et al. 2025 "Sex-specific behavioral feedback modulates sensorimotor processing and drives flexible social behavior."
Create a conda environment with Python and uv, then install dependencies using uv pip install:
conda create -y -n socialumap -c conda-forge python=3.10 uv
conda activate socialumap
uv pip install -r requirements.txt