-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing max_rho from 1 to 0.9 will break ascat.plotSunrise() #38
Comments
Just letting you know that setting min-rho = 0, max-rho = 0.9 didn't help.. |
Hi, |
T_T im running into the same issue. Also setting min_ploidy and max_ploidy to force WGD breaks the sunrise plotting.
For example ploidy_max = 4.8 and ploidy_min = 2.9 will result in "by" having length of 4 and "labels" having length of 2... |
For my own record, to update the Battenberg:::runASCAT() function in the docker without having to rebuild the package and the docker, I did Create a /mnt/scripts/runASCAT_hack.R, with When running Battenberg
|
Apologies for not replying before. Although this problem is not directly related to Battenberg, and that it currently doesn't allow the user to modify the max_rho value (only programatically), we have tested this scenario and it's working fine with max_rho different from 1.0. |
Hi,
As sometimes purity seems to be overestimated, I tried max_rho = 0.9 but it caused the issue below.
Error in axis(2, at = seq(0, 1/purity_max, by = 1/3/purity_max), labels = seq(purity_min, :
'at' and 'labels' lengths differ, 4 != 3
Calls: fit.copy.number -> runASCAT -> -> axis
I'm currently testing min_rho = 0, which may fix the issue but I think the axis labels should handle different min max rho values...?
Thanks,
Taka
The text was updated successfully, but these errors were encountered: