SYNTAX | DESCRIPTION |
---|---|
binPlot(filename, xpop, ypop, style, gate, bins, alpha) | Sorts the data into bins and plots it |
[x, y, output, fst] = binPlot(filename , xpop , ypop , style , gate , bins, alpha) | Sorts the data into bins, plots it, and returns the data |
Example:
%assigns the path of the file
path = '\\weisslab\sandbox\iGEM 2014\Cytometry\2014-08-11 BCR\HEK293 iGEM\2014-08-11_Tube_';
binPlot([path,'001.fcs'], 9, 8, '.:b');