Skip to content

nkanrar/singlecellpipeline_SURF2020

Repository files navigation

singlecellpipeline_SURF2020

This is a repository for a simple scRNA-seq analysis pipeline in Python using the package Scanpy in addition to some supplementary functions (in module.py).

In the tutorial (file tutorial.ipynb) I analyze a large forelimb developmental dataset (He et al. 2020). The data files is too big to upload here, but are available from the authors to download on your own machine.

This analysis only requires Python packages, which can be installed as below, or by creating an Anaconda environment from the environment.yml file.

conda create --name singlecellpipeline_SURF2020

conda activate singlecellpipeline_SURF2020

conda install seaborn scikit-learn statsmodels numba pytables
conda install -c conda-forge python-igraph leidenalg
pip install scanpy

pip install jupyterlab
conda install -c bokeh jupyter_bokeh
conda install holoviews param panel colorcet

pip install watermark blackcellmagic jupyterlab-spellchecker multiprocess

About

This is a repository for my SURF code for single-cell RNA seq analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published