Skip to content

Releases: TARGENE/TargeneCore.jl

v0.11.0

10 Jul 12:36
f77d8a2
Compare
Choose a tag to compare
Update deps (#208)

* try pupdate deps

* temporarily point to BGEN commit

* update CI actions

* try 1.11 in Docker

* add missing p_value_or_nan method

* make transitions be based on allele frequency instead of genotypes

* Extra treatment covariates (#207)

* add get_covariates function and use in estimands_from_groups setting with an extra treatment

* add TREAT_1 as a covariate

* update test to accomodate new functionality

* remove deprecated cached action

* remove deprecated julia action

* address Olivier's comments

---------

Co-authored-by: roskamsh <[email protected]>

* fix genotypes candidate not in dataset

* add some comments and doctrings

* fix missing genotypes in dataset after merge

* update dependencies

---------

Co-authored-by: roskamsh <[email protected]>

v0.10.1

07 Nov 08:36
15d842e
Compare
Choose a tag to compare

Create empty QQ plot when there are not a sufficient number of p-values to generate this.

v0.10.0

09 Sep 14:04
74a4239
Compare
Choose a tag to compare
  • Add a make-outputs command
  • Add a svp command

v0.9.0

28 Aug 15:21
50a79ad
Compare
Choose a tag to compare

[BREAKING]

  • GWAS inputs
  • single entry point
  • dropped old negative control
  • drop actors mode

v0.8.1

04 Apr 17:54
58148df
Compare
Choose a tag to compare
  • Add support for ComposedEstimand in from_param_file mode

v0.8.0

18 Mar 12:43
7795fe7
Compare
Choose a tag to compare
  • Add flat config [BREAKING]

v0.7.0

05 Feb 09:40
a1198f8
Compare
Choose a tag to compare
  • Adapt TMLE and TargetedEstimation deps
  • Integrate NegativeControl

v0.6.3

28 Nov 13:36
8576e28
Compare
Choose a tag to compare

Deprecate the selection of :CHR column which is unused.

v0.6.2

17 Nov 10:18
33c3ff8
Compare
Choose a tag to compare

Added new functionality to from_actors mode:

  • Now compatible with multiple TFs being specified in a new column, 'TF', in the bqtls and trans_actors CSV files
  • This will combine each bQTL-trans_actor on a TF-specific basis
  • Original behaviour of bqtls and trans_actors CSV files not containing TF column is unchanged

v0.6.1

19 Oct 15:54
4dcf5c4
Compare
Choose a tag to compare

Make ld-block and qc files optional.