Home

Awesome

Binder

single-cell-bioinformatics

Course material in notebook format for learning about single cell bioinformatics methods. To view this material, you have several options:

1. View the live version

Where you can run and edit code (also accessible by clicking the pink "launch binder" badge above)

2. View the static version

Where you cannot run or edit code, but view all the content

3. Set this up on your own computer

# Mac OS X
curl https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh > miniconda.sh

# 64-bit Linux
curl https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh > miniconda.sh

# After downloading, install (both Mac and Linux)
bash -b miniconda.sh
git clone --recursive https://github.com/YeoLab/single-cell-bioinformatics
cd single-cell-bioinformatics
conda create --yes -n single-cell-bioinformatics --file conda_requirements.txt
source activate single-cell-bioinformatics  # On windows, do "activate single-cell-bioinformatics"
pip install -r requirements.txt
jupyter notebook

Frozen versions of previous implementations