« View all new features in
Mathematica
9
◄
previous
|
next
►
New in
Mathematica
9
›
Import and Export Formats
Easily Work with and Visualize Bioinformatics Data
Import and visualize events from an FCS file.
In[1]:=
X
events = Import["ExampleData/5k.fcs", {"FCS", "Events"}]; DensityHistogram[events[[All, {2, 1}]], 100, AspectRatio -> 1, AxesOrigin -> {-200, -200}, PlotRange -> Full, FrameLabel -> {"FSC-W", "FSC-A"}]
Out[1]=