deeptools / deepTools

Tools to process and analyze deep sequencing data.
Other
682 stars 212 forks source link

Not able to change xRange and yRange from plotCorrelation #1107

Open iramai opened 2 years ago

iramai commented 2 years ago

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 bins --bamfiles R1C_1_val_1_bismark_bt2_pe.deduplicated_sorted.bam R2C_1_val_1_bismark_bt2_pe.deduplicated_sorted.bam -o RC_bismark_deduplicated_bins.npz --outRawCounts RC_bismark_deduplicated_rawcounts.tab --ignoreDuplicates --minMappingQuality 30

plotCorrelation -in RT_bismark_deduplicated_bins.npz --corMethod pearson --labels rep1 rep2 --xRange 0 100 --yRange 0 100 --whatToPlot scatterplot -o scatterplot_PearsonCorr_bamscores_RT.png

It doesn't matter if I change the --xRange and --yRange values, but the scatterplot.png always looks the same. Maybe I need some () or [] or , ; when specifing the values??

Thanks in advance,

Iraia

iramai commented 2 years ago

Hi!! please could you help me?

flyingicedragon commented 2 years ago

You can check suggestions in this issue. #946

dgoekbuget commented 1 year ago

Also not working for me.

leotiwei commented 1 year ago

I meet the same problem and solved it now. Maybe you can try to download an old 3.1.2 version deeptools in a new conda environment, it's works for me.

dgoekbuget commented 1 year ago

True, that version works.