Skip to content

Releases: bvilhjal/ldpred

Version 1.0.8

17 Oct 10:35
e9b822c
Compare
Choose a tag to compare
  • Changed package structure to fix pip issue.

  • Improved testing framework, and refactoring.

  • Enabled testing when installed via pip, using ldpred-unittest commands

  • Fixed a bug in LDpred that could improve convergence for gibbs.

  • Other minor improvements

Version 1.0.7

11 Oct 11:52
3db18bb
Compare
Choose a tag to compare
  • Improved handling of variants with p-values rounded down to 0.

  • Added options to enable effect estimate inference from standard errors (--z-from-se) in coordination step.

  • Fixed a serious bug that caused sample sizes in summary stats file not always be used correctly when provided.

  • LDpred gibbs can now handle differing sample sizes per variant effects, if they are parsed in summary stats. This can improves convergence and accuracy subtantially, but slows the gibbs sampler (approx 5x). It can be avoided by setting --N flag.

  • If the heritability is not provided when running LDpred gibbs and inf it now estimates it separately for each chromosome, which can improve accuracy if summary stats sample size is large. To avoid this behavior, either set --h2 flag, or use --use-gw-h2 flag.

  • Improved reporting and other things.

Version 1.0.6

18 Mar 15:20
Compare
Choose a tag to compare
  • Fixed #68
  • Improved warnings and error messaging
  • Added new flags for sum stats custom format, making it more flexible.

Version 1.0.5

15 Mar 12:57
Compare
Choose a tag to compare
  • Fixed the --only-hm3 flag #65
  • Fixed X chromosome issue #66
  • #63
  • other minor improvements

Version 1.0.4

14 Mar 13:58
Compare
Choose a tag to compare
  • Fixed #64, i.e. problems with the --only-score flag
  • Fixed #61
  • Fixed #60
  • Improved progress percentage for scoring and summary stats loading
  • plus other minor reporting improvements

Version 1.0.3

12 Mar 12:58
Compare
Choose a tag to compare
  • Fixed the --max-freq-discrep bug. This flag seems to help boost prediction accuracy significantly on some data. Is set by default to 0.1
  • Other minor bugs.
  • Improved reporting.

Version 1.0.2

08 Mar 12:30
Compare
Choose a tag to compare
  • Fixed critical bug #58
  • Fixed critical bug #57
  • Simplified/Improved terminal output reporting
  • Simplified resulting score files
  • Added --only-score flag
  • other minor improvements

Version 1.0.1

05 Mar 07:49
Compare
Choose a tag to compare
  • Now the coordination step always compares the summary stats nucleotides and allele frequencies with the LD reference data when matching them.
  • Minor bug fixes.

Version 1.0.0

01 Mar 12:15
13a3a23
Compare
Choose a tag to compare

Finally, here is the version 1.0.0 release.

It includes lots of improvements.

  • New and more strucutred parameter and argument handling
  • More clearer usage description
  • A new Q and A wiki
  • Switched to python3
  • Improved summary statistics handling
  • Improved ld information writing and storing
  • lots of small bug fixes.

Version 0.999

26 Oct 07:28
Compare
Choose a tag to compare

The final BETA release.