FlowPlot
by Hani
22 Aug 2012
(Updated 23 Aug 2012)
Plots FACS data for publication.
|
Watch this File
|
| File Information |
| Description |
I use this to plot my FACS data. You can group your data files for example wild-type and treated groups can be plotted side by side. You can then export in almost any format including .eps which can be opened in Adobe illustrator for labelling etc.
The current code plots the FL2-H channel (PI-stained nuclei). You can plot any channel you want by changing line 167 in this file:
[n, xout] = hist(data(:,4),200);
For example: use [n, xout] = hist(data(:,3),200); to plot data from the FL1-H channel.
Using the GUI, you can reorder the groups or files within them to change the order of plots. |
| Acknowledgements |
Flow Cytometry Data Reader And Visualization
inspired this file.
|
| Required Products |
MATLAB
|
| MATLAB release |
MATLAB 7.14 (R2012a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 23 Aug 2012 |
Updated the description with more details. |
|
Contact us