How to convert bedpe to bed
Hi all,
I've got a bedpe file via bedtools bamtobed command. Right now I want to convert the bedpe file into bed file.
Do I use bedtools bedpetobam to first convert bedpe into bam then again use bedtools bamtobed to bed? Or is there any way to do that ?
Thanks a lot for your input!!
• 157 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Why not generating
bamtobedin the first place?Because I need to have a copy of bedpe file for further usage.
After remove duplicate from bedpe file, I need the corresponding BED file for downstream analysis.