Bedgraph And Bigwig Files From Multiple Bams
1 answer
If you have separate bedGraph files, you could convert to bigWig and then use the bigWigMerge utility from UCSC.
• 166 views
•
link
Log in to answer this question.
what's the 'value' in the bedgraph ? the depth ?
Depends on the nature of the data that you're getting from the bedGraph files. In general I would suspect that'd work, but I'm sure there are edge cases where it wouldn't (e.g. when using bedGraph to represent present/absent features, since calling those might be affected by merging the BAM files).