Flow cytometry software

From Murray Wiki
Revision as of 22:51, 21 April 2010 by Murray (talk | contribs) (→‎MATLAB)
Jump to navigationJump to search

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

Python