This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Filter track list and variant list

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

sample list filters variant

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 the bam file on it. For comparing your list against your .vcf file, check bcftools. It will do what you need!

0 answers

No answers yet.

Log in to answer this question.