how to remove bedpe deplication
hi I want to remove duplication in bedpe the format like this : chr start end chr start end how to remove overlap in this bedpe file? thanks
• 1,184 views
•
link
1 answer
Exact duplications?
sort -k1,1 -k2,2n -k3,3n -k4,4 -k5,5n -k6,6n -u
• 0 views
•
link
Log in to answer this question.