-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Cannot print plotCorrelation due to the wrong value in call function set_rotation from matplotlib #1183
Comments
I'm sorry, I was installed with conda deeptools, I found the correlation.py. |
i solved it |
* Fix label options * add pool * trigger test * new azure syntax? * run also on PR * fix #1159 * fixes #1172 * Addressing #1181 * Bigwig average (#1169) * Fixes #1159 * Revert "dendogram of plotCorrelation now matches each cell correctly" * add bigwigAverage * linting * remove forgotten prints * make bigwigAverage executable * fix galaxy tests Co-authored-by: A.s <62971995+adRn-s@users.noreply.github.com> Co-authored-by: LeilyR <25766687+LeilyR@users.noreply.github.com> * Addresses #1183 * Fix galaxy tests (#1186) * upload artifact * allow 1 or 2 lines diff for bowtie2 program * change github action to get artifacts * fix plotPCA * try to fix old samtools installed * add forgotten channels --------- Co-authored-by: Cristóbal Gallardo <gallardo@informatik.uni-freiburg.de> Co-authored-by: Björn Grüning <bjoern@gruenings.eu> Co-authored-by: LeilyR <25766687+LeilyR@users.noreply.github.com> Co-authored-by: Lucille Delisle <lucille.delisle@epfl.ch> Co-authored-by: adRn-s <salatino@omics.dev>
Hi, I have encountered a problem while executing command:
plotCorrelation --corData deeptools_analysis/bamSummaryOutput --corMethod pearson --whatToPlot scatterplot --plotFile scatter_limited_pearson.png
Outliers were detected in the data. Consider using the --removeOutliers parameter to avoid a bias in the pearson correlation.
==================================================
Problem can be repaired by changing the value str '45' for int 45 in /.../deeptools/correlation.py
Best regards, Ola
The text was updated successfully, but these errors were encountered: