-
Notifications
You must be signed in to change notification settings - Fork 73
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
Performance issue with clustering duplicates #298
Labels
Comments
I think you just need more resources or to increase the C stack limit. It's probably an R/dendrogram issue rather than a heatmaply issue, unless the traceback suggests otherwise |
This might be a dendextend::as.ggdend issue.
Could you please check/confirm?
If so, there might be a solution (but it would take me a couple of weeks to
implement).
…On Mon, 30 Oct 2023, 13:22 alanocallaghan, ***@***.***> wrote:
I think you just need more resources or to increase the C stack limit.
It's probably an R/dendrogram issue rather than a heatmaply issue, unless
the traceback suggests otherwise
—
Reply to this email directly, view it on GitHub
<#298 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHOJBSQV2VTFN7PU5DG5CTYB6EYLAVCNFSM6AAAAAA6V2BCT2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBUHE4DCOBXGQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
The only solution was to manually turn off the dendrogram drawing |
Thanks. Is it sufficient for your needs now?
…On Wed, 31 Jan 2024, 15:35 Bartek, ***@***.***> wrote:
The only solution was to manually turn off the dendrogram drawing
—
Reply to this email directly, view it on GitHub
<#298 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHOJBTHM4AWDU7WIP4C5BDYRJCCZAVCNFSM6AAAAAA6V2BCT2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJZGEYTKOJVGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Yes, we can close this issue for now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
During clustering of columns of [1, 483] matrix we detected the performance issue:
Error: C stack usage 7969316 is too close to the limit
.In our case we used a Bioc-devel docker image with 8 GB of memory.
To Reproduce
Expected behavior
Display the heatmap with dendrogram for columns
Screenshots
N/A
Additional context
The text was updated successfully, but these errors were encountered: