← Back to home
Comparison · Analytics

pedbuildr vs pedtools

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

Shared themes:forensic geneticsr packages

pedbuildr vs pedtools: at a glance

Featurepedbuildrpedtools
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themespedigree reconstruction, forensic genetics, parallel computing, performancepedigree analysis, forensic genetics, algorithms, loop breaking
Last editorial update54m ago55m ago
WebsiteVisit →Visit →

What is pedbuildr?

pedbuildr reconstructs pedigrees from DNA, and it just got much faster at the search.

pedbuildr infers pedigree structure from marker data by scoring candidate pedigrees against likelihoods. Version 0.4.0 moved reconstruct() to mirai for parallel likelihood computation, deprecated the old numCores argument, and picked up the improved loop breaking from pedtools and pedprobr, which lets many complex looped pedigrees succeed where they previously failed. buildPeds() also got significantly faster in its default configuration where mating between lineally related individuals is disallowed.

Read the full pedbuildr 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 →

pedbuildr vs pedtools: editorial side-by-side

P
pedbuildr
ANALYTICS
0.0

pedbuildr reconstructs pedigrees from DNA, and it just got much faster at the search.

◆ Current state

pedbuildr infers pedigree structure from marker data by scoring candidate pedigrees against likelihoods. Version 0.4.0 moved reconstruct() to mirai for parallel likelihood computation, deprecated the old numCores argument, and picked up the improved loop breaking from pedtools and pedprobr, which lets many complex looped pedigrees succeed where they previously failed. buildPeds() also got significantly faster in its default configuration where mating between lineally related individuals is disallowed.

◆ Where it's heading

The package is bounded by two costs: how many candidate pedigrees it enumerates and how expensive each likelihood is. The recent release attacks both, parallelizing the likelihoods and speeding up enumeration in the common case. The earlier 0.3.0 release worked on the other end, adding inbreeding limits and a proper result class so the output of a large search is manageable. Releases are infrequent, roughly three years apart in this window.

◆ Prediction

Expect the candidate generation side to receive the same attention the likelihood side just did, since search space size is the remaining bound on what pedbuildr can reconstruct.

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 pedbuildr 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 pedbuildr or pedtools.

See all pedbuildr alternatives → · See all pedtools alternatives →

Recent activity from pedbuildr and pedtools

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

  1. 1mo agopedbuildrmirai parallelism and faster pedigree enumeration
  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 agopedtoolssetSNPs() accepts genotypes; proband arrows in plots
  6. 1y agopedtoolstrim() prunes uninformative leaves; loop breaker search sped up
  7. 1y agopedtoolsigraph dependency dropped for a custom loop breaker
  8. 2y agopedbuildrpedCollection class and an inbreeding ceiling

Frequently asked questions

What is the difference between pedbuildr and pedtools?

Both compete on the same themes — forensic genetics, r packages — within Analytics. pedbuildr 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 pedbuildr better than pedtools?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. pedbuildr 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 pedbuildr?

Top pedbuildr alternatives in Analytics are ranked by recent ship velocity. Browse the "pedbuildr alternatives" section above for the current picks, or visit /alternatives/pedbuildr 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.