Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkim1210 committed Jan 29, 2022
1 parent 186ee00 commit a031acc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GeneticsMakie"
uuid = "8ca62643-82d8-47b5-a233-a06d1654fb35"
authors = ["Minsoo <mmkim1210@gmail.com> and contributors"]
version = "0.1.0"
version = "0.1.1"

[deps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Expand Down
4 changes: 2 additions & 2 deletions docs/src/examples/locus.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,11 @@ credible set post-fine-mapping.

!!! warning "Extremely small P values"
There are several GWAS loci that harbor extremely small P values, in which cases
the P values will be clamped to be the smallest floating point number.
the P values will be clamped to the smallest floating point number.
Such cases are going to be more common in phenotypes that are reaching saturation
in terms of GWAS discovery (e.g. height). In those cases, it is more commonplace to
observe allelic heterogneity, and it might be more appropriate to
plot alternative measures of strength of association (e.g. Z score).
plot alternative measures of strength of association (e.g. Z scores).

!!! note "Patterns of LD"
Oftentimes, chunks of LD blocks hug the gene boundaries.
Expand Down

2 comments on commit a031acc

@mmkim1210
Copy link
Owner Author

Choose a reason for hiding this comment

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

@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/53416

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 v0.1.1 -m "<description of version>" a031acce4b336a0187eeea434461a53accbee73b
git push origin v0.1.1

Please sign in to comment.