Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jan 03:53
a4555a3

FlxQTL v1.0.0

Diff since v0.3.2

  • Version upgrade to v. 1.0.0 for numerical stability

Breaking changes

  • All existing scan functions and permutations have changed by running penalized log likelihood functions
  • New functions are included: gene1Scan, gene2Scan for pre-estimating a Kc matrix automatically inside, and getKc for separately precomputing Kc.
  • New keyword arguments for Inverse-Wishart prior distribution information are included, e.g. df_prior, Prior
  • Pkg documentation is updated accordingly

Merged pull requests:

  • Update underlying implementation using prior (penalized likelihood) (#46) (@hkim89)
  • priors for random terms (FlxQTL, MLMM) are added and tested (#47) (@hkim89)
  • Upgrade to the penalized version for FlxQTL (#48) (@hkim89)