Create the conda environment and install the Python dependencies
conda env create -f environment.yml
Install http-server (with homebrew if using Mac).
Move CellByFeature_Matrix.csv
to data/CellByFeature_Matrix.csv
.
Activate the conda environment, then start JupyterLab and open the process_data_for_vitessce.ipynb
Jupyter notebook.
conda activate vitessce-human-neocortex-env
jupyter lab