Skip to content

Releases: birneylab/flexlmm

v2.0.0

10 Dec 16:07
Compare
Choose a tag to compare
  • Major change and simplification in workflow logic with the aim of facilitating future integration of an eQTL branch.
  • Change of the permutation approach to be performed on the residuals instead than on the genotypes.
  • Deprecation of the permute_by parameter as grouped permutation are not possible on the low-dimensional projection of the residuals.
  • Support for more genotype input file formats: vcf, bcf, pgen/psam/pvar, bgen, bed/bim/fam, ped/map.
  • Change in the freq parameter: instead than a vcf file now it takes in input a precomputed plink2 freq file
  • Default number of permutations changed from 10 to 100

Full Changelog: 1.0.7...2.0.0

v1.0.7

02 Oct 15:27
Compare
Choose a tag to compare

Corrects a bug in the testing profile that was causing the minP process to fail with --profile test

v1.0.6

04 Dec 15:17
Compare
Choose a tag to compare
output original matrices

v1.0.5

06 Oct 20:38
Compare
Choose a tag to compare

Added use_dosage parameter to select weather hard-calls or dosages should be used. This tweaks how the vcf is converted to pgen in VCF_TO_PGEN and how the calls are read in FIT_MODEL.

v1.0.4

05 Oct 15:37
Compare
Choose a tag to compare

Added possibility to exclude variants with MAF under a user-specified threshold (--maf_min parameter).

v1.0.3

04 Oct 14:32
Compare
Choose a tag to compare

Minor fixes and enhancements

  • Resolved bug in relatedness matrix plotting color range
  • Changed the formatting and filename of the GWAS tabular output so that it can be directly loaded in IGV
  • Added name at the top of the relatedness matrix and QQ plots
  • Made process tags more informative

v1.0.2

03 Oct 15:46
Compare
Choose a tag to compare

Bug fix. NAs in covar or qcovar were causing a failure in the GET_DESIGN_MATRIX process.

v1.0.1

29 Sep 11:40
Compare
Choose a tag to compare

Removed a typo in the path for the output folder where the relatedness matrix heatmaps are published

v1.0.0

27 Sep 14:35
Compare
Choose a tag to compare

First working version of the pipeline