Skip to content

DominickHellen/CellMatrices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Automated-in-vitro-Cell-Matrices-in-Fiji

GenROIandCellArea.py

Automated quantification of cell number, radius, and area in culture using randomized ROI selection and hugh circles.
Must have Hough Circle Transform Installed
link: https://imagej.net/plugins/hough-circle-transform

Cell Matrices

Outline

Manual:

Open brightfield image in Fiji

Code:

Insert code into File --> New --> Script...
Change Language --> Python
Random ROI selection --> Find Edges --> Auto Threshold --> Mask Conversion --> Binary Outline --> Hugh Circle Transform --> Data in Results Table

Must click run twice


Confluency.py

Automated quantification of confluency (%area) in culture using binary masking, and particle analysis.

Confluency schematic

Outline

Manual:

Open brightfield image in Fiji
Code:
Insert code into File --> New --> Script...
Change Language --> Python
Find Edges --> Custom (set) Threshold --> Mask Conversion --> Dilate --> Fill Holes --> Analyze particles (custom)--> Data in Results Table

better for cells that form dense patches or tight junctions


CellCount.py

Automated quantification of cell number in culture using binary masking, and particle analysis.

Cell Count schematic

Outline

Manual:

Open brightfield image in Fiji
Code:
Insert code into File --> New --> Script...
Change Language --> Python
Find Edges --> Mask Conversion --> Dilate --> Fill Holes --> Watershed --> Analyze particles (custom) --> Data in Results Table

better for sparse patches of cells

About

Automated quantification of cell dynamics in culture using randomized ROI selection and hugh circles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages