Skip to content

Cellenium is a FAIR and scalable interactive visual analytics app for scRNA-Seq data (single-cell RNA sequencing).

License

Notifications You must be signed in to change notification settings

bichkd/cellenium

Repository files navigation

cellenium

a FAIR and scalable interactive visual analytics app for scRNA-Seq data

Setting up

docker-compose up
docker exec -it cellenium_postgres_1 bash -c 'set -e; for f in /database_schema/*.sql; do echo "Processing $f"; psql --username postgres --host=localhost --echo-errors --set ON_ERROR_STOP=on --file=$f; done'
conda env create -f study_import/environment.yml
conda activate cellenium_import
(cd study_import && python masterdata.py)
# Run the public_data_run_scripts.ipynb notebook now.
(cd study_import && python cellenium_import.py)

About

Cellenium is a FAIR and scalable interactive visual analytics app for scRNA-Seq data (single-cell RNA sequencing).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 87.3%
  • TypeScript 9.4%
  • Python 1.7%
  • PLpgSQL 1.4%
  • Shell 0.2%
  • JavaScript 0.0%