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

feat: allow multiple variants in pearson_corr_ld() #258

Merged
merged 11 commits into from
Nov 16, 2024
Merged

Conversation

aryarm
Copy link
Member

@aryarm aryarm commented Oct 3, 2024

This should allow us to compute LD between any number of variants at once, which is faster than computing it sequentially.

I had to do some shenanigans to get the output to be the shape that I would expect it to be.

@aryarm aryarm changed the title feat: allow multiple variants in pearson_corr_ld feat: allow multiple variants in pearson_corr_ld() Nov 6, 2024
@aryarm aryarm marked this pull request as ready for review November 6, 2024 20:43
@aryarm aryarm requested a review from mlamkin7 November 6, 2024 20:53
@aryarm
Copy link
Member Author

aryarm commented Nov 6, 2024

@mlamkin7 , is there any chance you can review this PR?

I seem to recall us talking about wanting to implement this change a while ago, and I don't remember why I didn't do it at that point. In any case, here it is

@aryarm aryarm merged commit 808c31e into main Nov 16, 2024
14 checks passed
@aryarm aryarm deleted the feat/multiple-ld branch November 16, 2024 14:20
@aryarm
Copy link
Member Author

aryarm commented Nov 16, 2024

Thanks for the review!! 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants