Giter Site home page Giter Site logo

dpaysan / nmco-image-features Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gvs-lab/chrometrics

0.0 1.0 0.0 4.07 MB

Nuclear Morphology and Chromatin Organization Features

Home Page: https://nmco-image-features.readthedocs.io/en/latest/?badge=latest

License: MIT License

HTML 38.19% CSS 2.62% JavaScript 5.31% Makefile 0.09% Batchfile 0.11% Python 5.13% Jupyter Notebook 48.55%

nmco-image-features's Introduction

Documentation Status

NMCO-Image-Features

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.

Documentation is available here

Installation

The current implementation has been developed in Python 3 and tested in Ubuntu 18.0

In order to avoid any changes to the local packages, install in a virtual environment (optional).

   $ conda create --name NMCO python
   $ conda activate NMCO

To clone the repository run the following from the terminal.

   $ git clone https://github.com/GVS-Lab/NMCO-Image-Features.git

Then install requirements and run the setup from the repository directory

   $ pip install -r requirements.txt
   $ sudo python setup.py install

Simple example

#import libraries
import os
from nmco.utils.Run_nuclear_feature_extraction import run_nuclear_chromatin_feat_ext


# initialising paths
labelled_image_path = os.path.join(os.path.dirname(os.getcwd()),'example_data/nuc_labels.tif')
raw_image_path = os.path.join(os.path.dirname(os.getcwd()),'example_data/raw_image.tif')
feature_path = os.path.join(os.path.dirname(os.getcwd()),'example_data/')

# For a quick extraction of all available features for all labelled nuclei given a segmented image with default parameters
features = run_nuclear_chromatin_feat_ext(raw_image_path,labelled_image_path,feature_path)

How to cite

@article{venkatachalapathy2020multivariate,
  title={Multivariate analysis reveals activation-primed fibroblast geometric states in engineered 3D tumor microenvironments},
  author={Venkatachalapathy, Saradha and Jokhun, Doorgesh Sharma and Shivashankar, GV},
  journal={Molecular biology of the cell},
  volume={31},
  number={8},
  pages={803--812},
  year={2020},
  publisher={Am Soc Cell Biol}
}

nmco-image-features's People

Contributors

saradhavenkatachalapathy avatar dpaysan avatar

Watchers

James Cloos 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.