Entering edit mode
2.5 years ago
Deniz
•
0
I was wondering how I can analyze the changes in two different bed files such as:
- Shifts (if start-end shifted from, for example, 10-20 to 15-25
- Enlargements (if start-end shifted from, for example, 10-20 to 5-25) 2.a and in which direction (did it enlarge both directions or only single)
- Shrinkage (if start-end shifted from, for example, 10-20 to 12-18)
Any help would be very appreciated. Thank you so much!
id assume you want to visualize them?
Do you want to compare the first entry of the first file with the first entry in the second file, the second with the second, and so on?
I want to compare all the entries to each other (more like a double for loop)