Entering edit mode
                    3.6 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
IGVto open.vcffiles. For that, you have to specify the genomic coordinates you want to check, after loading thebamfile on it. For comparing your list against your.vcffile, checkbcftools. It will do what you need!Related post: