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

Is there a good way to identify and add the gene names to the output vcfs? #113

Open
pchatterjee7 opened this issue Dec 11, 2023 · 1 comment

Comments

@pchatterjee7
Copy link

Hi, Thank you for creating such a simple tool to work with. I have 1 vcf file for each of my samples. I want to add the gene names for the positions. I am trying bcftools annotate but it is not working. Any suggestion will be really helpful as I have a large number of samples. my current vcf format looks like this: #CHROM POS ID REF ALT QUAL FILTER INFO
1 632427 . T C . PASS AD=32;DP=32;OTH=8
1 1292517 . A G . PASS AD=0;DP=52;OTH=7
1 1888667 . A C . PASS AD=0;DP=21;OTH=6
1 2505339 . A G . PASS AD=0;DP=51;OTH=13
1 6079211 . T C . PASS AD=0;DP=41;OTH=37

@hxj5
Copy link
Collaborator

hxj5 commented Dec 13, 2023

Hi, you may look into this Biostars page "Addin gene information to VCF file", hope it can help.

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

2 participants