Coder Social home page Coder Social logo

cell3dmeasurements's Introduction

Cell3DMeasurements

A Fiji plugin set to measure cell features in a multi-channel 3D image. It uses three plugins insequence to identify, segment, and measure nuclei and complete cells in fluorescent microscopy image stacks:

  1. The Create Marker Images plugin uses a 3D Laplacian of Gaussian filter (the LoG3D plugin by Daniel Sage) to identify the centres of nuclei. This results in a list of coordinates of the centres and a 'marker image' that is used as the base for the next plugin. Note that the LoG3D plugin must be installed to use the Create Marker Images plugin.
  2. The Marker Controlled Watershed plugin takes the marker images produced by the previous plugin and uses the marker dots as seeds for a watershed algorithm. This deviates from a normal watershed in that the segments that are formed are strictly limited to the seeds and all seeds will produce a segment. Note that the plugin can also be used to segment the actin channel as well based on the same nuclei marker points. This plugin uses the MorphoLibJ set of plugins which should be installed for this plugin to work.
  3. The Feature Extraction plugin uses the segments produced by the previous plugin to measure all types of features on the nuclei and the cell (with or without the nucleus). This constitutes values dependent on the size and shape of the segments, as well as the intensity of any of the channels of the image. Furthermore, the plugin will do a migration analysis on request (given an actin channel) which will determine the mode of cell migration (single vs collective) of any cell. There is also an approximation of the distance migrated per cell.

A step by step protocol for using these plugins is described in the manual.

This project uses the following dependencies:

Please note that the current pom uses a local system path to various of the dependencies as they do not have a proper maven repository yet. Please update these paths to your own system if you wish to use this pom file.

cell3dmeasurements's People

Contributors

mverp avatar

Watchers

 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.