SYNTAX
DESCRIPTION
semiLogScatter(filename, xpop, ypop, gate)
Plots the data on a semi-log graph
[x, y] = semiLogScatter(filename , xpop , ypop , gate )
Plots the data on a semi-log graph 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_';
semiLogScatter([path,'010.fcs'], 1, 4, [1, -200, 100000; 4, -200, 100000]);
  • No labels