Skip to content

BaduraLab/DLC_analysis

Repository files navigation

DLC_analysis 🧠

DeepLabcut derived data analysis tools 🐁

Image of mouse legend

Introduction 🐭

The analysis tools are derived from the output of the deeplabcut based tracking .h5 file. The application is targeted towards locomouse data (mouse walking on beam) and mouse walking on wheel (fUS and NINscope projects).

The code is currently maintained by Saffira Tjon 🐷.

Contents

  • import code and plot raw data

    • merging .h5 file per 🐁
  • Preprocessing

    • outlier removal
    • relative to bodyaxis
    • smoothing/filtering/averaging
    • movement extraction
    • weight correction
    • pixeland frames conversion
  • parameter extraction

    • stride length/duration
    • step length/duration
    • bodyswing
    • velocity

Most of the code has a section that will only display upon running the file:


if __name__ == "__main__":

Here I have example usecases for the function(s) within that file.

Import data

Useful functions for importing DLC data and looking at the raw traces of the label tracking.

Dependecies

Preprocessing

Dependecies

About

DeepLabcut derived data analysis tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages