Alternatives to QuickPed: a 2026 field guide for clinical pedigree software

Looking for an alternative to QuickPed? Here's an honest field guide — three credible options compared, from sibling academic tools to clinical-grade platforms.

| 13 min read

Looking for an alternative to QuickPed? Here's an honest field guide. QuickPed is a free Shiny web app from Magnus Vigeland's group at the University of Oslo, documented in a 2022 BMC Bioinformatics paper. It is excellent at pedigree construction and kinship/inbreeding coefficient calculation, and it has a deservedly good reputation in academic research, forensic genetics, and teaching. For these uses, QuickPed remains one of the strongest tools available and we are not pretending otherwise.

Teams look for alternatives in three situations. First, when QuickPed's single-case web interface is the wrong shape for a scripted pipeline — for example, when calculating kinship coefficients across thousands of family structures for a population-genetics study. Second, when the work expands from pure kinship analytics into clinical features QuickPed does not cover: disease annotation catalogues, cancer risk modelling, clinical reporting, or EHR integration. Third, when institutional procurement requires a vendor with ongoing commercial support rather than academic maintenance.

This page covers three credible alternatives — DrawPed, the pedsuite R package, and Evagene. DrawPed and pedsuite are academic and sibling to QuickPed; Evagene is clinical and complementary. Evagene publishes this site; we are plain that for pure kinship research QuickPed and pedsuite remain stronger.

Short version. For scripted kinship research, pedsuite (QuickPed's underlying R packages). For a simpler free open-source pedigree drawing tool, DrawPed. For clinical pedigree management with scriptable REST/MCP access alongside research features, Evagene.

Why teams look for alternatives to QuickPed

The first reason is scripting. QuickPed as a Shiny app is optimised for interactive single-case work. Researchers running kinship calculations across large pedigree collections, simulating relatedness distributions, or generating many pedigrees with defined structures will find the web UI an awkward vehicle for that workload. pedsuite, the underlying R package family, is the native programmatic access path and lives beneath QuickPed's interface — many teams use QuickPed for exploratory work and pedsuite for pipelines.

The second reason is scope. QuickPed is a kinship and pedigree construction tool; it does not cover disease annotation catalogues, cancer risk models, clinical reporting, or EHR integration. For research groups expanding into translational or clinical work, a broader platform is needed. The third reason is vendor model: QuickPed is maintained as academic research software. For institutions that require a commercial vendor, support SLAs, and formal contracts, academic maintenance is sometimes insufficient, not because the software is unreliable but because procurement frameworks require specific contractual structures.

Three alternatives worth evaluating

DrawPed

DrawPed (genecascade.org/DrawPed/) is a free open-source web-based pedigree drawing tool released under the Creative Commons BY-SA 4.0 licence. It produces PED-format output — the standard format used by many population-genetics and linkage-analysis tools — and is commonly used for research and teaching.

Where DrawPed fits as a QuickPed alternative: users who need a lightweight, permanent, free, open-source pedigree drawing tool and do not need QuickPed's kinship analytics. Because it is open source under CC BY-SA 4.0, it can be deployed by institutions that need to host software under their own control. Where it falls short: DrawPed is a drawing tool, not a kinship analytics tool. It does not compute coefficients, simulate relatedness, or handle clinical annotation. For QuickPed users whose use is centred on kinship, DrawPed is not the answer; for those who use QuickPed primarily for its drawing UI, DrawPed is a lighter peer.

pedsuite (R package family)

pedsuite is the family of R packages from the same Oslo group that underpins QuickPed. It includes packages for pedigree construction, kinship coefficient calculation, identity-by-descent analysis, relatedness testing, pedigree simulation, and forensic kinship casework. For researchers comfortable with R, pedsuite gives direct scriptable access to the same algorithms QuickPed wraps in a Shiny interface.

Where pedsuite fits as a QuickPed alternative: researchers running pipelines, running simulations at scale, combining pedigree analytics with other statistical workflows in R, or contributing their own algorithms. It is the natural step beyond QuickPed for any R-competent research team. Where it falls short: it is an R package, not a product with a UI. Non-programmer clinicians and counsellors will find it unreachable. Where QuickPed is a point-and-click web tool usable by any researcher, pedsuite requires R fluency.

Evagene

Evagene is a clinical-grade, browser-based pedigree platform with an unusually programmable surface. Clinically it covers gesture-driven pedigree drawing with NSGC/ISCN standard notation, a 200+ disease catalogue with ICD-10 and OMIM annotation, BRCAPRO, MMRpro, and PancPRO risk models, Mendelian inheritance calculators for AD, AR, and XR conditions, batch risk screening, a karyogram viewer, and consanguinity detection via Wright's coefficient.

For QuickPed users, what is interesting about Evagene is the scriptable surface alongside the clinical features. A scoped, rate-limited REST API lets external code read, create, and modify pedigrees and run analyses programmatically. HMAC-SHA256 webhooks deliver event notifications. An MCP server exposes 11 pedigree tools to Claude Desktop, Claude Code, and other MCP-compatible AI agents — so researchers can build pedigree analysis workflows with an AI assistant as the orchestrator. AI clinical interpretation uses bring-your-own-key (BYOK) LLMs for Anthropic Claude and OpenAI GPT, keeping model traffic under your own account. See the Evagene platform overview.

Where Evagene falls short against QuickPed: it does not compute the full suite of kinship coefficients that pedsuite/QuickPed handle authoritatively (IBD, pairwise kinship across arbitrary pedigrees, forensic-grade relatedness testing). Evagene covers consanguinity via Wright's coefficient, which is sufficient for clinical consanguinity detection but not for the research-grade analytics QuickPed and pedsuite offer. For pure kinship research, stay with QuickPed or step into pedsuite; for researchers who want clinical features alongside programmatic pedigree access, Evagene is the intended fit. Evagene Alpha is free via waiting list.

Feature comparison matrix

Capability QuickPed DrawPed pedsuite Evagene
Web-based UI
R package / scriptablevia pedsuitevia REST/MCP
Free and permanent✓ (open source)Alpha (free)
Open source licenceCC BY-SA 4.0
NSGC/ISCN notationpartial
Gesture drawing
Kinship coefficientsWright's only
IBD / relatedness simulation
Forensic kinship casework
Clinical-grade positioning
ICD-10 / OMIM annotation
BRCAPRO / MMRpro / PancPRO
Mendelian calculators (AD/AR/XR)
Batch risk screening
AI clinical interpretation
BYOK LLM
MCP server for AI agents✓ (11)
REST API
Webhooks
Embeddable viewer
GEDCOM import/export
PED formatvia JSON
Peer-reviewed publicationBMC Bioinformatics 2022
Commercial support

Compiled from publicly available project pages and academic publications as of April 2026. "—" means not publicly advertised.

How to choose

Scripted kinship research at scale. pedsuite — the native R packages give flexible programmatic access to the same algorithms.

Lightweight free open-source pedigree drawing. DrawPed under CC BY-SA 4.0.

Clinical pedigree management with researcher-friendly API access. Evagene — combines clinical features with a scriptable REST/MCP surface that many research workflows find useful. Accept that kinship analytics is currently limited to Wright's coefficient.

Pure interactive kinship casework on single pedigrees. Stay with QuickPed. It is excellent at what it does.

Frequently asked questions

What is QuickPed and why look for alternatives?

Free Shiny web app for pedigree construction and kinship coefficients (Oslo, BMC Bioinformatics 2022). Alternatives are sought for scripted pipelines, clinical features, or commercial support.

Is QuickPed suitable for clinical use?

Excellent for research and forensic genetics; not positioned as clinical.

What is pedsuite?

The R package family underlying QuickPed, giving scriptable access to its algorithms.

What is DrawPed?

Free open-source web pedigree drawing tool under CC BY-SA 4.0, PED-format output.

Is Evagene an alternative?

For clinical workflows with researcher-friendly REST/MCP access, yes. For pure kinship research, QuickPed/pedsuite remain stronger.

Which is scriptable?

pedsuite natively in R; Evagene via REST and MCP.

Does any alternative compute kinship coefficients?

pedsuite (and QuickPed via pedsuite) for a full suite. Evagene for Wright's coefficient specifically.

Further reading

Evaluate Evagene for your service

Join the Alpha waiting list. No credit card, no enterprise sales cycle — free access during Alpha for clinicians and research teams.

Join the Alpha Waiting List