Skip to content

This repository host python code for the analysis of the social behaviour experiments of the microexons screening project lead by Laura López in the lab.

Notifications You must be signed in to change notification settings

vastgroup/mic-social-behavior-analysis

Repository files navigation

mic-social-behavior-analysis

Summary

This repository includes code to:

Repository structure

Data folder structure and files

Install

  1. Open the file install_environment.yml and substitute the path in the variable DATA_DIR to the path in your computer where the folder 2022_ANALYSIS_social is stored.

  2. Install the conda environment, the trajectorytools package and the mic_analysis package:

     conda env create -f install_environment.yml
     pip install -e trajectorytools
     pip install -e pandas_split
     pip install -e .
    
  3. Update path to DATA_DIR variable:

     conda env config vars set DATA_DIR="path/to/folder/20220314_Analysis_social"
    
  4. Check that the environment variaboes is properly set:

     echo $DATA_DIR
    

Run

Visualize figures in the jupyter notebook

Change settings

About

This repository host python code for the analysis of the social behaviour experiments of the microexons screening project lead by Laura López in the lab.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published