Add-on module for xfcs to create interactive plots for FCS file metadata (3.0, 3.1).
Metadata plots are generated as a self contained html file. Multiple display options are provided to hide or show parameters, calculated mean values, and customized time range.
Parameters displayed can be located on the right side of the plot. To hide (or display) a parameter, click on its name. To hide all except one parameter, double click on its name.
Using pip:
pip install xfcsdashboard
Without pip:
python setup.py install
For stand alone usage:
xfcsdashboard -i <metadata.csv>
Used in combination with metadata extraction in xfcs (requires xfcs installed):
xfcsmeta [--options] --dashboard
- Python 3.5 or greater
- pandas
- plotly
xfcsdashboard is released under the BSD 2-clause license. See LICENSE for details.