Flow cytometry software: Difference between revisions
(→MATLAB) |
(→MATLAB) |
||
Line 25: | Line 25: | ||
* There are several routines for loading FCS files and plotting standard flow cytometry plots: | * There are several routines for loading FCS files and plotting standard flow cytometry plots: | ||
** [http://www.mathworks.com/matlabcentral/fileexchange/8430-flow-cytometry-data-reader-and-visualization Flow Cytometry Data Reader and Visualization] - basic reading and plotting | ** [http://www.mathworks.com/matlabcentral/fileexchange/8430-flow-cytometry-data-reader-and-visualization Flow Cytometry Data Reader and Visualization] - basic reading and plotting | ||
** [http://www.mathworks.com/matlabcentral/fileexchange/8480-fca-2-2 FCA toolbox] - a bit more functionality | ** [http://www.mathworks.com/matlabcentral/fileexchange/8480-fca-2-2 FCA toolbox] - a bit more functionality, including some ability to define gates | ||
=== Python === | === Python === |
Revision as of 22:37, 21 April 2010
This page contains notes on flow cytometry software that I found while trying to analyze some data from UCSF. Mainly for internal usage, but figured I would put it online in case others needed it.
Commercial packages
FlowJo
This is a very well-designed package that has a lot of analytical tools built in. Simple things it can do:
- Load lots of different data sets and choose various subsets of the data for analysis
Things that don't look so easy:
- Scripting or other more complicated programming functions
The software costs about $1500 for a node-locked license or key-based license.
Open source/free packages
Weasel
This is a basic package that has a variety of plotting tools, but doesn't seem to have nearly as much functionality as FlowJo. The user interface was pretty crude.
BioConductor "flow cytometry" workflow
The BioConductor software suite is a set of R packages that includes a number of tools for reading and manipulating flow cytometry data. The basic libraries handle reading FCS files, maintaining dataframes consisting of collections of FCS data, and a variety of analysis and plotting tools. The iFlow package is a more visual interface with some basic functions for loading and plotting data (roughly comparable to Weasel).
Toolboxes
MATLAB
- There are several routines for loading FCS files and plotting standard flow cytometry plots:
- Flow Cytometry Data Reader and Visualization - basic reading and plotting
- FCA toolbox - a bit more functionality, including some ability to define gates