deepTools icon indicating copy to clipboard operation
deepTools copied to clipboard

Tools to process and analyze deep sequencing data.

Results 150 deepTools issues
Sort by recently updated
recently updated
newest added

Dear deepTools group, Thanks for your wonderful tool. I used deeptools 3.5.1 and Python 3.9.12. When I was running computeMatrix for ATAC-seq peaks using code: computeMatrix reference-point \ -S ESC_ATAC.bw...

Dear all, I am plotting WGBS data over predefined regions. This is command I used: ``` computeMatrix reference-point -R regions.bed \ -S DNA_3.bw \ DNA_4.bw \ DNA_1.bw \ DNA_2.bw \...

Hi . I wish to sort regions by their length without drawing a dashed line. Is it possible to do with plotHeatmap?

Hi I use the sorted .bam file as input and .bw file is the output, there was no error reported, when using bamCaverage. The sorted .bam file can be viewed...

Hy!! I have been trying to use plotCorrelation function but I am not able to adjust de x and y axis. This is the code I am using: > multiBamSummary...

**Welcome to deepTools GitHub repository! Before opening the issue please check that the following requirements are met :** - [ ] Search whether this issue (or a similar issue) has...

I successfully created a heatmap using deeptools that contains k means clustering. How would I now isolate the data from those individual clusters?

Hi team, When running `CountReadsPerBin` using a BED file to define the regions, the resulting numpy array **doesn't seem to be sorted** according to the entries in the BED file....

In options `--yMin` and `--yMax` of `plotHeatmap` would you consider adding an "auto" option that scales each plot inidividually to its minimum and maximum, respectively? For example, in the plots...

feature

I'm calling bamcoverage on several bam files and specifying the binsize to 50,000. I expect every file to have identical coordinates (first three columns in bed file), otherwise I wont...