Entering edit mode
2.7 years ago
Cong-Phuoc
•
0
I have two list, first list contains defined variants (200 variants) and the second list is actually a .vcf file which contains all variants of 1000 samples. I want to check whether my 1000 samples contains one or some variants in my first list or not. Something like VLookUp in excel Could you please tell me how to do that? I am trying to use IGV to open the .vcf file, but I cannot found a way to filter like above
Thanks
First, you don't use
IGV
to open.vcf
files. For that, you have to specify the genomic coordinates you want to check, after loading thebam
file on it. For comparing your list against your.vcf
file, checkbcftools
. It will do what you need!Related post: