Hi,
I am attempting to run mergeBed on a bed file with 4 columns: chr start end and fold_enrichment FDR(%).
I wish to merge intervals which are within 100bp and keep the max FDR score associated with the interval. When I run the following command:
mergeBed -scores max -d 100 -i input.bed > output.bed
I get the following error:
*****
*****ERROR: No scores found to report for the -scores option. Exiting.
*****
The output file has one row containing only a chr, start and end (no FDR).
Any advice of how to get this command to work would be gratefully received : )
Thank you.
I am attempting to run mergeBed on a bed file with 4 columns: chr start end and fold_enrichment FDR(%).
I wish to merge intervals which are within 100bp and keep the max FDR score associated with the interval. When I run the following command:
mergeBed -scores max -d 100 -i input.bed > output.bed
I get the following error:
*****
*****ERROR: No scores found to report for the -scores option. Exiting.
*****
The output file has one row containing only a chr, start and end (no FDR).
Any advice of how to get this command to work would be gratefully received : )
Thank you.
Comment