Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
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.
Cita come
Hani (2026). FlowPlot (https://it.mathworks.com/matlabcentral/fileexchange/37881-flowplot), MATLAB Central File Exchange. Recuperato .
Riconoscimenti
Ispirato da: Flow Cytometry Data Reader and Visualization
Informazioni generali
- Versione 1.2.0.0 (12,4 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
