Logicle Histogram

This programs creates a histogram with a "logicle" (aka biexponential) x-axis.
415 Downloads
Updated 7 Jun 2012

View License

This programs creates a histogram with a "logicle" (aka biexponential) x-axis. This is generally used to display flow cytometry data. It will not create false artifacts for values near zero. For more information see "A new "Logicle" display method avoids deceptive effects of logarithmic scaling for low signals and compensated data." by Parks et al.

I am still refining this program and making it less bespoked. I originally wrote this program because I needed to generate journal quality graphs of my FACS data and flowjo was not cutting it. Let me know if you have any suggestions.

Cite As

William Noderer (2024). Logicle Histogram (https://www.mathworks.com/matlabcentral/fileexchange/35977-logicle-histogram), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Histograms in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.2.0.0

I had
x2 = A / M+A;
which should be
x2 = A/(M+A);

1.1.0.0

I incorporated changes from the new paper "Update for the logicle data scale including operational code implementation." Also made the program more robust.

1.0.0.0