An open API service indexing awesome lists of open source software.

https://github.com/simonsfoundation/spatial_transcriptomics_viz

visualization aids for spatial transcriptomics
https://github.com/simonsfoundation/spatial_transcriptomics_viz

Last synced: about 2 months ago
JSON representation

visualization aids for spatial transcriptomics

Awesome Lists containing this project

README

          

# spatial_transcriptomics_viz - visualization aids for spatial transcriptomics

## Setup instructions

You will need a jupyter installation. I recommend
installing anaconda to make everything easier.

```
mkdir ~/.jupyter
mkdir ~/.jupyter/custom
cp custom.css ~/.jupyter/custom
conda create -n ipykernel_py2 python=2 ipykernel
source activate ipykernel_py2
python -m ipykernel install --user
conda install PIL
pip install -r requirements.txt
python setup.py install
jupyter nbextension enable --py --sys-prefix widgetsnbextension
```