-
Notifications
You must be signed in to change notification settings - Fork 23
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
make-gnotate, gnomAD filter field. #135
Comments
Hi Elliot, the FILTER field is automatically encoded into the variant, but only as a PASS or not. So if you create a gnotate file (or use the ones provided) you will get a flag that indicates if the variant was PASS or not. |
Thanks Brent! |
In my "slivar expr" command I include: |
If you annotate, you'll see an extra slivar field for every field in that gnotate file, so e.g. You can use that as:
|
... and |
Thanks Brent. So, in making the gnotate file with make-gnotate, can I only include INFO fields? Can I not get the "##FILTER=<ID=PASS" Description="All filters passed" field from the gnomAD VCF? Thanks! |
not explicitly. only via the mechanism I described that stored a boolean for the variant indicating PASS or not. |
Thanks Brent, |
Hi Elliot, you don't need to do anything, it will be encoded (and annotated) automatically. |
Can I use slivar make-gnotate to get the gnomAD (v3.1) FILTER field e.g. "##FILTER=<ID=PASS" Description="All filters passed"?
Thanks!
The text was updated successfully, but these errors were encountered: