allele matching between identical genotypes
1
0
Entering edit mode
12 weeks ago
rj.rezwan • 0

Hi, I have the variant calling output in the form of vcf files. Variant calling was done with GATK haplotypecaller. I am interested in performing the allele matching between two identical genotypes. So what is the best way to perform this or which tool can do this best? Please suggest

haplotyping plink vcf GATK varaint • 509 views
ADD COMMENT
0
Entering edit mode

Most probably you can use the approach explained here in Plink. Are you wanting to compare alleles of two or more genotypes or compare pairwise linkage disequilibrium between SNPs? Please clarify further.

ADD REPLY
0
Entering edit mode

Actually, I have 3 accessions having the same names. But at the vegetative stage, they have morphological differences. That's the reason I want to check them to see where they have the allele difference. This was the main reason, I put the question here. If you have some more suggestions about this, I will be grateful.

ADD REPLY
0
Entering edit mode
12 weeks ago

Plink 2.0's --sample-diff command provides one way to list differences between two samples.

Since there are only a few samples, it is also practical to do this with an awk one-liner operating on the VCF.

ADD COMMENT
0
Entering edit mode

Hi, I converted the vcf file into hapmap file using plink. Then compare the alleles between genotypes using awk commands like following:

rs# alleles chrom pos strand genotypeA genotypeB
S01_9567 A/C 01 9567 + A N Different
S01_9737 T/C 01 9737 + N N Same
S01_9776 T/C 01 9776 + T N Different
S01_9903 T/C 01 9903 + Y T Different
S01_10418 G/A 01 10418 + G N Different
S01_10770 A/T 01 10770 + A A Same
S01_10818 G/C 01 10818 + G G Same
S01_10837 C/T 01 10837 + Y Y Same
S01_10908 G/A 01 10908 + G G Same
S01_10921 G/A 01 10921 + R R Same

is this fine? Looking forward your valuable comments?

ADD REPLY

Login before adding your answer.

Traffic: 2589 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6