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: code to sample genetic data from input VCF without replacement #190

Conversation

amythewilliams
Copy link

Per our discussion, this code adds the ability to sample individuals/haplotypes from the VCF without replacement. I'm going to make this a draft PR because, as you'll see, there are a few TODOs in comments that I could use your help on. I'm also interested in your thoughts generally on the implementation. If you think it looks good, I can try to convert this to use numpy arrays instead of pandas.

Current required depenedencies: pandas (should be able to remove this)

@amythewilliams amythewilliams marked this pull request as draft February 10, 2023 21:28
@aryarm
Copy link
Member

aryarm commented Feb 24, 2023

@amythewilliams , would it be alright to close this PR now that #194 is merged?

@amythewilliams
Copy link
Author

For sure. Thank you!

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