Entering edit mode
2.6 years ago
ManuelDB
▴
110
I have a data frame with some CNVs and I also have a VCF file with short variants (e.g. SNP) I want to filter and get the variants that overlap with the CNVs. Do I need to convert my CNVs into a bed format and then do interset (Bedtools) and then load the output bed file to get the SNPs? Or is there a more straightforward way to do this?