Skip to content

Analyzing Fluorescence Exclusion Microscopy images with Julia

Notifications You must be signed in to change notification settings

tlnagy/FluorescenceExclusion.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FluorescenceExclusion.jl

Documentation Build Status

Fluorescence Exclusion Microscopy is a quantitative imaging method for measuring cell volume that relies on the exclusion of a dye by cells in chambers with a known height. This is a Julia implementation inspired by the "1.4 Data Analysis" section in Cadart et al.

[¹]: Cadart, C., Zlotek-Zlotkiewicz, E., Venkova, L., Thouvenin, O., Racine, V., Le Berre, M., Monnier, S., & Piel, M. (2017). Chapter 6 - Fluorescence eXclusion Measurement of volume in live cells. In Thomas Lecuit (Ed.), Methods in Cell Biology (Vol. 139, pp. 103–120). Academic Press. http://www.sciencedirect.com/science/article/pii/S0091679X16301613

Installation

Until this package is registered in the General repository, the easiest way to install the latest stable version is to add https://github.com/tlnagy/TNRegistry as follows:

using Pkg
pkg"registry add [email protected]:tlnagy/TNRegistry.git"

Then installation is as easy as

using Pkg
Pkg.add("FluorescenceExclusion")