GithubHelp home page GithubHelp logo

nkorobkov / microglia-or Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 8.42 MB

Scripts to segment microglia images and generate reports

Home Page: https://nkorobkov.com/projects/microglia

Jupyter Notebook 99.53% Python 0.47%
object-detection microglia opencv python3 jupyter-notebook object-recognition convex-hull

microglia-or's Introduction

microglia segmentation

Set of algorithms to segment microglia cells from mouse brain shots. (There is a ton of science behind how those pictures are taken. This repo has nothing to do with that.)

Algorithm receives raw images as input and finds microglias borders and hull convex for each cell.

All data is reported in csv files generated for each image. Like:

#, Size, HullSize, Perimeter
 1, 8298, 26190.5, 1658
 2, 3544, 8829.5,  958
 3, 3378, 19413.5, 1197
 4, 3130, 11644.5,  826
 5, 1899, 9405.5,  752
...

Images themselves look shomething like this:

Unprocessed picture

demo raw

Segmented picture

demo processed

Publications

This software was used to produce results presented on several scientific conferences. Here is the list of some publications:

Glyavina M.M., Loginov P.A., Dudenkova V.V., Reunov D.G., Karpova A.O., Prodanets N.N., Korobkov N.A., Zhuchenko M.A., Schelchkova N.A., Mukhina I.V.
Carbamylated darbepoetin (CdEPO) impact on microglia activation in a model of occlusion of the middle cerebral artery.
"XIV International Interdisciplinary Congress "Neuroscience for Medicine and Psychology"
2018 May 30- June 10 p. 159

Glyavina M.M., Loginov P.A., Dudenkova V.V., Shirokova O.M., Reunov D.G., Karpova A.O., Prodanets N.N., Korobkov N.A., Zhuchenko M.A., Mukhina I.V.
Application of laser scanning confocal fluorescent microscopy for visualization microglia morphology in mouse local cerebral ischemia.
"26th International Conference on Advanced Laser Technologies" [ALT'18].
2018 September 9-14: B-P-2.

Glyavina M.M., Loginov P.A., Dudenkova V.V., Shirokova O.M., Reunov D.G., Karpova A.O., Prodanets N.N., Korobkov N.A., Zhuchenko M.A., Mukhina I.V.
Morphological analysis of microglia in early postischemic period in the mouse local cerebral ischemia.
"TERA โ€” 2018, 3rd International Conference Terahertz and Microwave Radiation: Generation, Detection and Applications"
2018 October 22โ€”25: S10, P.10.9

microglia-or's People

Contributors

nkorobkov avatar

Watchers

 avatar

microglia-or's Issues

Connection lines does not add up to the edges

Connecting two components with a line means that this line actually exists in different dimention and we need to use this info when calculating perimeter.

Consider recalc all edges after merging.

Redundant info about noise components is stored

At some point during the algorithm we decide not to use some components (possible axons without host nucl around).
We still have info about those in markers and components index. It may be useful to discard it not to iterate over it during edges and sizes recalculations.

Citation/Methodology

Hi @nkorobkov ,

Thank you for this repo. I found your notebooks super helpful in my own microglial segmentation. I have a couple of questions:

  1. How do I cite this work?
  2. Is the methodology explained/from some other paper that I could look more closely into?

Best,
Aditya

Connection lines is drawn between two random points

screen shot 2018-06-06 at 11 15 24
when two components connect line is drawn to illustrate connection. Line is drawn between two edge points that are closer than threshold. But it would be nice to draw it between points with minimal distance.

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.