HI,
I am new to bed file manipulations. I have two bed files like follows:
A.BED
Chr1 90 111
Chr1 95 110
Chr1 102 115
Chr1 105 118
Chr1 107 119
Chr1 117 130
B.BED
Chr1 100 120
Now I would like to retain reads that is outside the range of B.BED. I mean I would like get the following as output
Chr1 90 111
Chr1 95 110
Chr1 117 130
How can I get the above following output using bedtools or bedops. Kindly guide me