You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

  • Drag and drop cytometry data file into the interface
  • when you double click a particular file, it automatically generates a graph 
    • you can change the channel that the graph displays 
      • Forward scatter indicates size 
      • Side scatter indicates complexity 
      • height - amplitude 
      • width - distribution of scattering 
  • you can gate data by clicking the plus sign at the top of the graph window
    • gates become a property of a sample 
    • you can apply gate to other samples by dragging it and dropping it to another cell

 

  • to create matrix from data: 
    • fca_readfcs();
  • to create scatter plot:
    • scatter(data(:,1),data(:,4));
  • No labels