FlowPlot

Plots FACS data for publication.

您现在正在关注此提交

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.

引用格式

Hani (2026). FlowPlot (https://ww2.mathworks.cn/matlabcentral/fileexchange/37881-flowplot), MATLAB Central File Exchange. 检索时间: .

类别

Help CenterMATLAB Answers 中查找有关 View and Analyze Simulation Results 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.2.0.0

Updated the description with more details.

1.0.0.0