BED intersects/overlaps output for Venn diagrams - single column
2
0
Entering edit mode
6.9 years ago
rbronste ▴ 420

Kind of a basic question, but is there a way to represent the output of intersects or dropouts via single columns in a list so as to facilitate making a venn diagram after. Specifically if you have several BED files. Thanks.

bedtools bedops • 3.5k views
ADD COMMENT
1
Entering edit mode
6.9 years ago

BEDOPS works with standard input and output streams, so you can pipe results to standard Unix tools. You can pipe the result to cut with awk to count, or pipe to wc -l to count lines. If you're using bedmap, you can use --countto count mapped elements.

ADD COMMENT
0
Entering edit mode
3.5 years ago
esimonova.me ▴ 20

Try intervene module to visualize it (https://intervene.readthedocs.io/en/latest/modules.html):

intervene venn -i path/to/BED/files/*.bed --output ~/results/path
ADD COMMENT

Login before adding your answer.

Traffic: 2438 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