Skip to content

Reproducible code for the scRNA-seq analyses in the paper 'The neuroendocrine response to stress at single-cell resolution" by Lopez et al. 2020.

Notifications You must be signed in to change notification settings

theislab/HPA_reproducibility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The neuroendocrine stress response at single-cell resolution. (Lopez et al., 2020)

scRNA-seq analyses

Structure

HPA_reproducibility
|-- README.md
|-- code
|   \-- mast_scripts.py
|-- docker
|   |-- Dockerfile
|   \-- python-packages.txt
\-- notebooks
    |-- adrenal
    |   |-- 01-preprocessing.ipynb
    |   |-- 02-visualization.ipynb
    |   |-- 03-DE.ipynb
    |   \-- 04-ambient.ipynb
    |-- pituitary
    |   |-- 01-preprocessing.ipynb
    |   |-- 02-visualization.ipynb
    |   |-- 03-DE.ipynb
    |   \-- 04-ambient.ipynb
    |-- pvn
    |   |-- 01-preprocessing.ipynb
    |   |-- 02-visualization.ipynb
    |   |-- 03-DE.ipynb
    |   \`-- 04-ambient.ipynb
    |-- rep_plots
    |   |-- main.ipynb
    |   \-- supplementary.ipynb
    \-- rep_tables
        \-- tables.ipynb

Installation

We provide a Dockerfile with all the packages required to run the analyses. To build the Docker image use the command:

docker build docker -t hpa:latest

After the image is compiled, you can run it interactively using:

docker run --interactive --tty --name hpa --publish 8888:8888 --volume $HOME:/root/host_home --workdir /root hpa:latest  /bin/bash

This will start a container, in order to start a JupyterLab session use the alias:

jl

License

License

About

Reproducible code for the scRNA-seq analyses in the paper 'The neuroendocrine response to stress at single-cell resolution" by Lopez et al. 2020.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published