We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cat scripts/external_datasets/gnomad3_ALL.tsv | grep 'PASS' | cut -f24 -d' ' | sort | uniq | wc 22016 22016 176783
But...
>>> Protein.objects.filter(residue__variant__variant_source='gnomAD3').distinct('pk').count() 11454
The text was updated successfully, but these errors were encountered:
Works on #97
6bab203
works on #97 and #83
17b6f88
>>> Protein.objects.filter(residue__variant__variant_source='gnomAD3').distinct('pk').count() 19181
Still some missing, but this brings the numbers to better levels
Sorry, something went wrong.
No branches or pull requests
But...
The text was updated successfully, but these errors were encountered: