Introduction
The packing of the genome within the nucleus informs the cellular state. High resolution images of DNA as visualised using a fluorescent microscope is a convenient tool to characterize DNA organization.
This package aims to provide an exhaustive set of interpretable morphometric and texture features for every single nucleus following segmentation from a 2D single channel image.
Installation
The current implementation has been developed in Python 3 and tested in Ubuntu 18.0
To clone the repository run the following from the terminal.
$ git clone https://github.com/GVS-Lab/NMCO-Image-Features.git
Then run the setup from the repository directory
$ sudo python setup.py install
In order to avoid any changes to the local repository, install in a virtual environment.