Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

zerotonin/24well_pipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TadPose

Automated behavioural phenotyping of Xenopus laevis tadpoles from 24-well plate video.

TadPose provides a pipeline for extracting posture dynamics and velocity features from multi-well plate recordings of tadpoles, enabling unsupervised behavioural clustering to quantify seizure phenotypes in models of developmental and epileptic encephalopathies (DEE).

Pipeline overview

  1. Well detection — Hough circle transform with eigenvector-corrected centres to accurately localise all 24 wells despite lens distortion.
  2. Video segmentation — Split full-plate recordings into individual per-well videos for downstream pose estimation.
  3. Pose estimation — Seven anatomical landmarks tracked via DeepLabCut (eyes, tail base, three tail segments, tail tip).
  4. Feature extraction — Body-centric velocity decomposition (thrust, yaw, slip) and posture dynamics (frame-to-frame landmark displacement in a frons-aligned coordinate system).
  5. Behavioural clustering — GPU-accelerated k-means via STAG on combined velocity + posture dynamics features, yielding 36 stable behavioural prototypes.

Installation

pip install -e .

Citation

If you use TadPose in your research, please cite:

Matthews, A.R.H., Beck, C., & Geurten, B.R.H. (2026). TadPose: Automated behavioural phenotyping of Xenopus laevis tadpoles from 24-well plate video. [Software]. GitHub. https://github.com/zerotonin/tadpose

License

MIT — see LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors