Docker container for single-cell transcriptomics analysis
- Framework: scanpy
- Doublet detection: scrublet
- Celltyping: celltypist
- Integration: bbknn, harmonypy, pyliger, scvi, scanorama, scib-metrics
- Utils: distinctipy, pickle, pooch
- Other: jupyterlab, quarto, vscode
## to run jupyterlab
docker run --rm --platform=linux/amd64 -p 8888:8888 -v ${PWD}:/home/jovyan/workdir ghcr.io/royfrancis/scanpy:latest
## to run python commands
docker run --rm --platform=linux/amd64 -u 1000:1000 -v ${PWD}:/home/jovyan/workdir ghcr.io/royfrancis/scanpy:latest python --version
docker build --platform=linux/amd64 -t scanpy:latest --file dockerfile .
v1.3
- Updated quarto to 1.7.32
- Added distinctipy for distinct colors
- Added pip-review
- Added pyliger
- Added pooch
2025 Roy Francis