-
Notifications
You must be signed in to change notification settings - Fork 0
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
Function to compare genotypes stored in xarray.dataset
using sgkit
#94
Comments
Does this tie in to tskit-dev/tsinfer#739 On that note, we should probably try to push tskit-dev/tskit#2617 through. I think all the comments are addressed on that PR now, and it can probably be merged, right? |
Ah, yes! Using |
Should probably be incorporated into SGkit, not SampleData. |
Yes, I mean using |
If one or both of |
Should also add tests involving cases where
|
Leaving this open, although it is good enough for now. |
xarray.dataset
objectsxarray.dataset
using sgkit
This function should help compare genotypes stored in two VCF files, e.g., one from BEAGLE containing imputed genotypes and the other containing ground-truth genotypes. The plan is to develop a version of this function to work for cases where only biallelic or monoallelic sites are compared before generalising it to be incorporated into
sgkit
.The text was updated successfully, but these errors were encountered: