Hi all, i have analyzed 35 normal WGS sample for cnvs using cnvNator. Now i want to know common cnv region among these files so that those can be used as control panel.
Is the a tool or method to obtain these common region among all files at once?
thank you
We are not necessarily familiar with the output format of cnvNator, so it would be best if you could elaborate on which files you have.
output will be converted into bed file format like below
chromosome start and end of cnv, type of cnv and a score
bedtools multiinter will help you
Parse the chr and start end form CNVnator results then overlap the output file using
Bedtools multiIntersectBed
orBedops
.