Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Creates a 2D scatterplot of the data and returns the data as an array of size [ tX tY ]
SYNTAX
DESCRIPTION
logicle2d(filename, xpop, ypop,
style,
 gate)
Creates a 2D scatterplot of the data[tX, tY] = logicle2d(filename, xpop, ypop, style, gate)

 

Example: 

%assigns the path of the file
path = '\\weisslab\sandbox\iGEM 2014\Cytometry\2014-08-11 BCR\HEK293 iGEM\2014-08-11_Tube_'
logicle2d([path,'001.fcs'], 7, 8, [7, 100, 10000; 8, 100, 10000]);