You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
Parallax is a local-first cytometry workstation built around one shared Rust engine, an explicit command log, and a native Qt/QML desktop. It is designed for teams who care about speed, deterministic results, and a clean handoff between interactive desktop work and reproducible execution.
10
10
11
-
Today, Parallax is an early but real workstation shell. You can launch the desktop, start from the bundled demo sample or import one or many `.fcs` files, switch between samples inside one local session, assign cohort labels to samples, author rectangle, polygon, quadrant, and histogram range gates, inspect a native histogram view for channel distributions, review per-population counts, frequencies, means, and medians, define replayable derived metrics such as positive fractions and mean ratios, compare the selected population across loaded samples, inspect grouped cohort summaries, export active-sample, selected-population, derived-metric, cohort-summary, or batch stats to CSV, apply replayable compensation and transform settings, adjust plot views through explicit view actions, inspect the command log, and undo or redo gate actions through the same replayable state model.
11
+
Today, Parallax is an early but real workstation shell. You can launch the desktop, start from the bundled demo sample or import one or many `.fcs` files, switch between samples inside one local session, assign cohort labels to samples, author rectangle, polygon, quadrant, and histogram range gates, inspect a native histogram view for channel distributions, review per-population counts, frequencies, means, and medians, define replayable derived metrics such as positive fractions and mean ratios, compare the selected population across loaded samples, inspect grouped cohort summaries, export active-sample, selected-population, derived-metric, cohort-summary, or batch stats to CSV, apply or override compensation with QC feedback, export high-resolution PNG plot figures, adjust plot views through explicit view actions, inspect the command log, and undo or redo gate actions through the same replayable state model.
12
12
13
13
## Why Parallax
14
14
@@ -38,8 +38,9 @@ Today, Parallax is an early but real workstation shell. You can launch the deskt
38
38
- Qt/QML desktop with live rectangle, polygon, quadrant, and histogram range-gate authoring
39
39
- Desktop FCS import and multi-sample switching in one local session
40
40
- Workspace save/load that reopens sessions from sample sources plus replayable command history
41
-
- Parsed FCS compensation toggle plus per-channel linear, signed-log10, asinh, biexponential, and logicle transform presets
41
+
- Parsed FCS compensation toggle, manual spillover override with QC, plus per-channel linear, signed-log10, asinh, biexponential, and logicle transform presets
42
42
- Native histogram panel with population-aware highlighting, drag-authored range gates, exact min/max threshold entry, and midpoint `Low Gate` / `High Gate` shortcuts
43
+
- High-resolution PNG export for plot cards with interaction controls hidden during capture
43
44
- Population stats panel with matched-event counts, parent/all frequencies, and per-channel mean/median summaries
44
45
- CSV export for active-sample population stats
45
46
- Active-sample gate-template application across the other loaded samples
@@ -57,8 +58,8 @@ Today, Parallax is an early but real workstation shell. You can launch the deskt
57
58
- Multi-factor cohort labels, group template tools, and richer cohort-review layouts are not implemented yet
58
59
- Workspace persistence is source-path based today; bundled raw-data snapshots and derived caches are not implemented yet
59
60
- Derived metrics are limited to positive fraction and mean ratio today; custom formula editors and spreadsheet-style expressions are not implemented yet
60
-
-Compensation override editing, contour/density plot controls, and reference-matched transform tuning are not implemented yet
61
-
- Gate editing handles, freeform pan, and figure/report export are not implemented yet
61
+
-Contour/density plot controls and reference-matched transform tuning are not implemented yet
62
+
- Gate editing handles, freeform pan, PDF/SVG figure export, and multi-panel report export are not implemented yet
62
63
- Cloud sync, jobs, and AI assistance are future phases
0 commit comments