If I have multiple bam files (replicates), how bamCoverage work?
There used to be a function multiBamCoverage but it has been removed from the latest deeptools (3.5.5).
How do you suggest to merge those bam files, if bamCoverage can only work on a single bam? This might be related to #1195, some merged method might not work with bamCoverage?
If you need bws / bedgraphs you can run bamCoverage separately for all bam files.
The functionality for multiBamCoverage can be found in multiBamSummary.
If I have multiple bam files (replicates), how
bamCoverage
work? There used to be a functionmultiBamCoverage
but it has been removed from the latest deeptools (3.5.5). How do you suggest to merge those bam files, ifbamCoverage
can only work on a single bam? This might be related to #1195, some merged method might not work withbamCoverage
?Thanks!