Skip to content
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

Error while creating a Heatmap in the Differential Abundance tab #26

Open
bolak92 opened this issue Sep 18, 2023 · 1 comment
Open

Error while creating a Heatmap in the Differential Abundance tab #26

bolak92 opened this issue Sep 18, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@bolak92
Copy link

bolak92 commented Sep 18, 2023

Hello,

I encountered an error when trying to generate a heatmap using the "Differential Abundance" tab.

Steps to Reproduce:

  1. Navigate to the Differential Abundance tab.
  2. After running the DE, Go to Heatmap.
  3. Press "Submit" to create a heatmap.

After pressing "Submit", it gave two errors:
a) in the UI:
Error: NA/NaN/Inf in foreign function call (arg 10)

b) in the cmd:
Warning: Error in hclustfun: NA/NaN/Inf in foreign function call (arg 10)
107: %||%
104: modify_list
103: config
101: renderPlotly [\amica\amica/server.R#1571]
100: func
97: shinyRenderWidget
96: func
83: renderFunc
82: output$compareHeatmap
1: runApp

The "Download heatmap data" function appears to work correctly. However, upon inspection of the downloaded data, there are several NA values present in the table. This might be related to the error encountered.

Regards,
Bola

@tbaccata tbaccata self-assigned this Sep 20, 2023
@tbaccata tbaccata added the bug Something isn't working label Sep 20, 2023
@tbaccata
Copy link
Owner

Hey Bola,

I will have a look at this.
In the old code you couldn't skip the imputation step, meaning that there were never NAs in the data.
No I need to think about a work around.

Best,
Sebastian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants