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

gnomAD3 not mapping #97

Open
JamesABaker opened this issue Nov 13, 2020 · 1 comment
Open

gnomAD3 not mapping #97

JamesABaker opened this issue Nov 13, 2020 · 1 comment

Comments

@JamesABaker
Copy link
Owner

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
JamesABaker added a commit that referenced this issue Nov 14, 2020
JamesABaker added a commit that referenced this issue Nov 16, 2020
@JamesABaker
Copy link
Owner Author

>>> Protein.objects.filter(residue__variant__variant_source='gnomAD3').distinct('pk').count()
19181

Still some missing, but this brings the numbers to better levels

@JamesABaker JamesABaker added this to the Query Sequences milestone Dec 8, 2020
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

No branches or pull requests

1 participant