← Back to home
Comparison · Analytics

forrel vs pedtools

A side-by-side editorial comparison of forrel and pedtools — release velocity, themes, recent moves, and the top alternatives to consider.

Shared themes:forensic genetics

forrel vs pedtools: at a glance

Featureforrelpedtools
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themesforensic genetics, kinship analysis, simulation, parallel computingpedigree analysis, forensic genetics, algorithms, loop breaking
Last editorial update1h ago1h ago
WebsiteVisit →Visit →

What is forrel?

forrel is getting faster at the simulations forensic kinship work actually spends its time on.

forrel handles forensic pedigree analysis: kinship likelihood ratios, profile simulation, relationship checking, and missing person calculations. Version 1.9.0 synced with pedtools 2.11.0's loop handling, which the release notes credit with enabling complex pedigrees that were previously intractable, and moved profileSim() to mirai for parallelism. It also added fEstimate() for inbreeding coefficients and parentChildLikelihood() as a fast path for the simplest case.

Read the full forrel trajectory →

What is pedtools?

pedtools rewrote loop breaking and made a class of pedigrees analyzable for the first time.

pedtools is the foundation of the ped suite, holding the pedigree data structures every other package builds on. Version 2.11.0 revamped the loop breaking algorithm so founders can serve as loop breakers and one individual can break several loops, which makes likelihood calculations possible in pedigrees that previously could not be handled at all. Loop detection also became mandatory and faster, and the surrounding releases have steadily added query and construction helpers.

Read the full pedtools trajectory →

forrel vs pedtools: editorial side-by-side

F
forrel
ANALYTICS
0.0

forrel is getting faster at the simulations forensic kinship work actually spends its time on.

◆ Current state

forrel handles forensic pedigree analysis: kinship likelihood ratios, profile simulation, relationship checking, and missing person calculations. Version 1.9.0 synced with pedtools 2.11.0's loop handling, which the release notes credit with enabling complex pedigrees that were previously intractable, and moved profileSim() to mirai for parallelism. It also added fEstimate() for inbreeding coefficients and parentChildLikelihood() as a fast path for the simplest case.

◆ Where it's heading

Two long threads run through the window. One is making the common operations cheap: faster simulations through reorganized likelihood calculations, a dedicated parent-child path, dropped map attribute preservation, log-likelihoods to avoid underflow in kinshipLR(). The other is making relationship checking presentable, with checkPairwise() growing ggplot2 and plotly output, verbal relationship descriptions, and bootstrap p-values. Reference data is maintained alongside both, with the FORCE SNP panel completed and an X-chromosomal counterpart added.

◆ Prediction

With profileSim() on mirai and the loop handling synced, the next likely step is extending mirai parallelism to the other simulation-heavy functions such as exclusionPower() and the bootstrap in checkPairwise().

P
pedtools
ANALYTICS
0.0

pedtools rewrote loop breaking and made a class of pedigrees analyzable for the first time.

◆ Current state

pedtools is the foundation of the ped suite, holding the pedigree data structures every other package builds on. Version 2.11.0 revamped the loop breaking algorithm so founders can serve as loop breakers and one individual can break several loops, which makes likelihood calculations possible in pedigrees that previously could not be handled at all. Loop detection also became mandatory and faster, and the surrounding releases have steadily added query and construction helpers.

◆ Where it's heading

The package has been working toward this for over a year. Version 2.8.0 replaced the igraph-based loop breaker with a custom implementation, 2.8.1 made findLoopBreakers() substantially faster in large pedigrees, and 2.11.0 rewrote the algorithm outright. The new methods ship disabled by default while downstream packages catch up, which is a deliberately staged rollout rather than a flag day. Alongside that, the additive work is small, well-scoped helpers: children2(), addSibling(), isHomozygous(), trim(), nChildren().

◆ Prediction

Expect the new loop breaking methods to become the default once pedprobr, forrel, and dvir have all shipped support for them, since the only stated reason for the opt-in flag is downstream readiness.

Alternatives to forrel and pedtools

Other Analytics products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either forrel or pedtools.

See all forrel alternatives → · See all pedtools alternatives →

Recent activity from forrel and pedtools

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 1mo agoforrelmirai parallelism and faster profile simulation
  2. 1mo agopedtoolsLoop breaking rewrite makes intractable pedigrees analyzable
  3. 6mo agopedtoolsGenotype comparison helpers and more flexible subsetting
  4. 9mo agopedtoolsmergePed() handles marker data; genotype removal simplified
  5. 1y agoforrelFORCE SNP panel completed and X-chromosomal set added
  6. 1y agopedtoolssetSNPs() accepts genotypes; proband arrows in plots
  7. 1y agoforrelrankProfiles() and access to special lumping
  8. 1y agopedtoolstrim() prunes uninformative leaves; loop breaker search sped up
  9. 1y agoforrelacrossComps argument and readFam() unexported
  10. 1y agopedtoolsigraph dependency dropped for a custom loop breaker
  11. 1y agoforrelcheckPairwise() overhauled with p-values and new plot backends
  12. 2y agoforrelFamilias interoperability split into pedFamilias

Frequently asked questions

What is the difference between forrel and pedtools?

Both compete on the same themes — forensic genetics — within Analytics. forrel and pedtools are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is forrel better than pedtools?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. forrel and pedtools are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). For your specific use case, the alternatives sections above list other Analytics products to evaluate alongside.

What are the best alternatives to forrel?

Top forrel alternatives in Analytics are ranked by recent ship velocity. Browse the "forrel alternatives" section above for the current picks, or visit /alternatives/forrel for the full list with editorial commentary on each.

What are the best alternatives to pedtools?

Top pedtools alternatives in Analytics are ranked by recent ship velocity. Browse the "pedtools alternatives" section above for the current picks, or visit /alternatives/pedtools for the full list with editorial commentary on each.