Skip to content

Commit

Permalink
Merge pull request #48 from hkim89/master
Browse files Browse the repository at this point in the history
Upgrade to the penalized version for FlxQTL
  • Loading branch information
hkim89 authored Jan 26, 2025
2 parents b94ba22 + a9258f3 commit a4555a3
Show file tree
Hide file tree
Showing 19 changed files with 2,534 additions and 855 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FlxQTL"
uuid = "ede81e08-c6d8-4fe3-94c2-f928d9d678ed"
authors = ["Hyeonju Kim <[email protected]>"]
version = "0.3.2"
version = "1.0.0"

[deps]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Expand Down
398 changes: 398 additions & 0 deletions data/Arabidopsis_genotypes_2d.csv

Large diffs are not rendered by default.

Loading

4 comments on commit a4555a3

@hkim89
Copy link
Collaborator Author

@hkim89 hkim89 commented on a4555a3 Jan 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

  • 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

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/123737

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" a4555a3e2e9bc079088ff9eff449809e45756249
git push origin v1.0.0

@hkim89
Copy link
Collaborator Author

@hkim89 hkim89 commented on a4555a3 Jan 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

  • 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

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/123737

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" a4555a3e2e9bc079088ff9eff449809e45756249
git push origin v1.0.0

Please sign in to comment.