TASBE Flow Analytics is a flow cytometry analysis package. Documentation, templates, and the Excel user interface are stored in the TASBE Tutorial project and in the TASBE project website.
An introductory tutorial on flow cytometry, calibration, and data interpretation can be found in the iGEM Fluorescence Tutorials.
If you make use of the TASBE Flow Analytics package, please cite the following publication:
If you make use of the TASBE Flow Analytics package, please cite the following publication:
Dependencies:
stats
package installed (though it can use alternate code) If you are using Octave, TASBE depends on the io
package (recommended version 2.4.10)
octave --no-gui --quiet --eval "pkg install -forge io"
Installation on Apple OSX or GNU/Linux using the shell:
git clone https://github.com/TASBE/TASBEFlowAnalytics.git
cd TASBEFlowAnalytics
make install
This will add the TASBEFlowAnalyics directory to the Matlab and/or GNU Octave searchpath. If both Matlab and GNU Octave are available on your machine, it will install TASBEFlowAnalyics for both.
Installation on Windows (or manual installation on Mac/Linux):
TASBEFlowAnalytics
directoryRun the installation command by hand:
tasbe_set_path(); savepath();
Optional: If you want to run the test files, install MOxUnit, and install the tutorial/example package from GitHub in a sibling directory to TASBEFlowAnalytics named TASBEFlowAnalyics-Tutorial
.
In use of this package, you will typically want to split your processing into three stages:
Example files are provided in the TASBE Tutorial that show how these stages typically work.