Bit of a newbie question here...
I have a dataset of Illumina paired end reads mapped to a reference genome with BWA. The next step which I'm struggling with is to call SNPs from this dataset from an existing input list of SNPs. I know how to use bedtools to call new SNPs and to quality filter the calls ect but I'm just not sure how to ask it to pull out a-priori defined snps from a list of genome locations.
Any suggestions would be greatly appreciated.
I see the answer you got led you to the bedtools documentation. I've reviewed that, but I can't figure out how to actually call out SNPs rather than how to identify which reads overlap them using bedtools. Did you figure that out?
What is the reason you don't do variant calling for your entire genome and then filter the variants down to those which you want?