Since a lot of the TruSight panels are designed for cancer, you might not be interested in all SNPs, but only cancer-related SNPs. If this is the case, you might want to use COSMIC instead:
- Download the Illumina TruSight bed as Nicola mentions above.
- Download the COSMIC coding mutations VCF from http://cancer.sanger.ac.uk/cosmic/download (requires registration)
- (optional) A few of the TruSight panels cover non-coding regions as well. If this is the case for your panel, you may want to also download the non-coding COSMIC VCF, and merge the two together.
- Run
bedtools intersectwith the COSMIC VCF in place of dbSNP above.