cdw / celloutline

(De/re)construct cell segmentation outlines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

celloutline

(De/re)construct cell segmentation outlines in 3D.

celloutline works with 3D binary segmentations, nominally of stem cells as produced by the Allen Institute, to change representation and reduce dimensionality of sets of such segmentations.

Installation instructions

Currently not available through pip, install locally for symlinked updates with git pulls via:

git clone https://github.com/AllenCellModeling/celloutline.git
pip install -e .

Using docker

Docker file can be built and run with make

make build
make run

About

(De/re)construct cell segmentation outlines

License:MIT License


Languages

Language:Jupyter Notebook 55.8%Language:Python 41.4%Language:Makefile 1.5%Language:Dockerfile 1.2%