iFlow Platform¶
Welcome to iFlow — a clinical genomics data platform for laboratories that run hereditary and somatic sequencing tests. iFlow covers the full path from sample intake through a signed, immutable clinical report.
New to iFlow? Start with the default scenario
The default scenario walkthrough follows one case from intake through sign-off. It is the fastest way to get a feel for the whole product.
What iFlow does¶
- Intake — register subjects, register samples, create clinical orders.
- Analysis — run configured bioinformatics pipelines (Nextflow / WDL on cloud infrastructure) and ingest the resulting VCFs.
- Review — curate variants against external evidence (NCCN, AMP / ASCO / CAP, ACMG, CKB, CIViC, FDA) and prepare a report draft.
- Sign-off — approve, atomically write an immutable signed PDF, and close the order.
- Amend — produce corrected signed reports post-hoc while preserving the original.
Read the Intended Use page before using iFlow for live clinical work.
Walkthroughs¶
Workflows¶
Journey-first walkthroughs of each clinical stage: intake, analysis, review, sign-off, amendments.
Services¶
Quick Start¶
- Contact your organization administrator for an account.
- Open the admin console at
https://admin.<your-env-domain>and sign in. - Switch to the project you will be working in.
- Follow the default scenario walkthrough.
# Install the CLI
pip install intelliseq-iflow
# Authenticate with a Personal Access Token
iflow login --token "$IFLOW_PAT"
# Select the default project
iflow config select-project
# Inspect orders
iflow orders list
See the CLI Installation and Order Management guides.
Get Started Default Scenario CLI Guide
Reference¶
- Intended Use — what iFlow is and is not designed for.
- Glossary — ACMG, AMP, VAF, tier definitions and more.
- RBAC Matrix — who is allowed to do what.
- API Reference — full endpoint catalogue.
Need help?¶
- CLI tool —
intelliseq-iflow. See Installation. - API reference — programmatic integration. See API Docs.
- Developer docs — for contributors and integrators; see your organization's internal developer portal.