Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #38

Merged
merged 1 commit into from
Apr 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
SuShiE (Sum of Shared Single Effect) is a Python software to fine-map
causal SNPs, compute prediction weights, and infer effect size
correlation for molecular data (e.g., mRNA levels and protein levels
etc.) across multiple ancestries. **The manuscript is in progress.**
etc.) across multiple ancestries. **Check out our preprint at https://doi.org/10.1101/2024.04.15.24305836**.

``` diff
- We detest usage of our software or scientific outcome to promote racial discrimination.
Expand Down Expand Up @@ -86,7 +86,7 @@ You can play it with your own ideas!
- SuShiE currently only supports **continuous** phenotype
fine-mapping.
- SuShiE currently only supports fine-mapping on
[autosomes](https://en.wikipedia.org/wiki/Autosome).
[autosomes]~~(https://en.wikipedia.org/wiki/Autosome)~~.
- SuShiE uses [JAX](https://github.com/google/jax) with [Just In
Time](https://jax.readthedocs.io/en/latest/jax-101/02-jitting.html)
compilation to achieve high-speed computation. However, there are
Expand Down
Loading