Comparing the GVF file & VCF file
Hi guys
I checked some organisms (like dogs) that Ensembl has reported germline variants in VCF & GVF format.
But some variants in the GVF file do not exist in the VCF file!
Why does this happen?
gvf
dna
vcf
ensembl
ngs
• 3,564 views
•
link
updated
by
mickeykuo129 •
•
written
by
Alireza •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
interpreting SnpEff output
written by Alireza •Hi all. I ran GATK germline variant discovery on my WES samples. By running SnpEff on VCF files, many intron variants have been reported. ![enter …
-
reporting lots of warnings and errors by SnpEff
written by Alireza •Hi all. I ran the GATK germline short variant discovery pipeline on my samples. My samples are related to dog organisms, and I aligned the …
-
Varscan2 somatic output annotation with snpEff -cancer option
written by jobrien •Hi, I am analyzing a dataset that has paired tumor-normal data. I called variants using Varscan2 somatic, which provides really nice information on whether the …
-
Remove variants that do not map to human genome
written by john.michel.rouhana •I received an hg38 VCF file that's had variants imputed with 1000 genomes. I've encountered some issues with the VCF; REF alleles that do not …
-
Remove symbolic alleles for REF in a VCF file.
written by pmorellmi •Hi there! I'm trying to do BQSR on some sheep genomes. I downloaded the known variants from Ensembl and converted the GVF file to VCF …
-
Lowercase variants reported by SomaticSniper
written by Inés Sentís •Hi! First of all, sorry if this is a very naive question but I could not find the answer in the [user's manual of SomaticSniper …
-
low heterozigocity percentages with ion torrent
written by cmatho •I do not know why I get variants called that have 30% or less of heterozigocity, even using ion reporter, why does it keep them? …
-
Filter Germline Mutations From .Vcf
written by yliuboston •<p>Hi everyone, I think I have a .vcf file that have compared one tumor and its matched normal, so I guess the "subtraction" job has …
-
Dog Canfam3 Dbsnp File
written by Rm<p>Please do direct me to most recent Dog dbSNP file, preferably in VCF format, with CanFam3 coordinates.</p> <p>Thanks in advance</p> <p>One I could see in …
-
Liftover Gvf From Hg18 To Hg19
written by hershman •<p>Hi,</p> <p>I'd like to liftover a few <a href="http://www.sequenceontology.org/gvf.shtml">gvf</a> files form hg18 to hg19. Do tools exist for this purpose? While the gvf format is …
Searching always an option.https://gatk.broadinstitute.org/hc/en-us/articles/360035531812-GVCF-Genomic-Variant-Call-FormatThis link is about the GVCF format. my question is about the GVF format. I think these two formats are different.
Here is information about the GVF variant format: https://genomebiology.biomedcentral.com/articles/10.1186/gb-2010-11-8-r88
You may want to email Ensembl help desk and ask. Provide examples to them. GVF seems to be only used by Ensembl.
Thanks GenoMax - yes, please do send details of the missing variants to the Ensembl Helpdesk and we will do our best to help you from there.
Thanks for your response.
Also, I wrote an easy script to convert GVF to VCF.
I think it works well.
https://github.com/Test-Blu/GVF2VCF_Convertor_TestBlu
Hi, this looks really helpful!
I am working with cat genome sequencing data and would like to use this tool, but I am a total beginner to bioinformatics (I started learning about a month ago) and just got my own GitHub account today. I am using a Linux command line environment and can write basic bash scripts, but I'm not as familiar with python.
I downloaded the GVF from Ensembl and cloned your repository, but I didn't see any instructions in the README file about the specific function of or correct order for using the different python scripts. If you have any tips or pointers that you don't mind sharing, I would really appreciate it. I am eager to learn how to use and apply this for my project.
Thank you!