This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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

chip-seq hic

1 answer

Exact duplications?

sort -k1,1 -k2,2n -k3,3n -k4,4 -k5,5n -k6,6n -u

Log in to answer this question.