/cells

Primary LanguageJupyter Notebook

Quick Start

git clone https://github.com/wuyuehao/cells.git
cd cells
python3 app.py input output

Get help

python3 app.py  --help
Usage: app.py [OPTIONS] INPUT OUTPUT

Options:
  --ca INTEGER   The cells amount in mL-1.
  --sf FLOAT     The Sample Flow in mL/min.
  --dt FLOAT     The Dwell time in milli-sec.
  --ne INTEGER   The Nebulization Efficiency in %.
  --ds INTEGER   The Detection Sensitivity in cps/µl/L.
  --te_std TEXT  The boolean TE_STD value.
  --ct INTEGER   The Cells Threshold in cps.
  --it INTEGER   The Ion Threshold in cps.
  -d INTEGER     The duration in sec.
  --help         Show this message and exit.