sort suitable overlap base by using bedtools intersect
1
0
Entering edit mode
5.9 years ago
mikysyc2016 ▴ 120

When I use bedtools intersect funtion how i can sort which have 10 bases or longer overlap in overlap.bed? what kind of command i can enter?

ChIP-Seq RNA-Seq • 880 views
ADD COMMENT
1
Entering edit mode
5.9 years ago

If you want to require a minimum threshold of overlap between elements in reference and map sets, you could do the following:

$ bedops --element-of 10 reference.bed map.bed > answer.bed

The file answer.bed will contain elements in reference.bed which overlap elements in map.bed by ten or more bases.

ADD COMMENT

Login before adding your answer.

Traffic: 2647 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6