Code Monkey home page Code Monkey logo

cellgen's Introduction

Cell Images Generator

Python script to generate test data for CellProfiler-Analyst.

Generates 3 channel monochrome cell images with nuclei and centromeres. Each image varies the amount of overlap between the centromeres.

Installation

Native

The Python script depends on scipy and Python Imaging Library (PIL).

It also calls a command-line program, fast_delaunay, to generate uniform spatial distributions. To compile fast_delaunay one needs the GNU Triangulated Surface Library (libgts). With libgts installed, one can build fast_delaunay using:

make -f fast-poisson-disk.makefile

Then run the Python script with to generate the *.tif images with:

python cellgen.py path/to/output/directory

Or leave off the path to output the images in the current directory:

python cellgen.py

Docker

If you prefer to use docker to install the dependencies and run the program, create the docker image with:

docker build -t cellgen .

Then run the program with:

docker run -v /path/to/output/directory:/data -it cellgen 

To create the *.tif images in the current directory:

docker run -v $PWD:/data -it cellgen 

cellgen's People

Contributors

omsai avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.