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

drawConnectors in scEnhancedVolcano sometimes leads to Error #80

Open
vertesy opened this issue Jun 14, 2024 · 0 comments
Open

drawConnectors in scEnhancedVolcano sometimes leads to Error #80

vertesy opened this issue Jun 14, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@vertesy
Copy link
Owner

vertesy commented Jun 14, 2024

Description
stopgap: rawConnectors = FALSE

Expected Behavior (also for TRUE)

scEnhancedVolcano(df.Markers,
                        FCcutoff = pd$'volc.l2fc', pCutoff = pd$"volc.max.p_adj",
                        min.p = 1e-300, max.l2fc = 3,
                        drawConnectors = FALSE,
                        title = "Mutant vs. Ctrl in full obj of TSC2 lines", suffix = "DGEA")

Min. log2fc: 0.5
Max. p-adj: 0.01
Min. p-adj (trim high y-axis): 1e-300
Min. pct cells expressing: 0.1
11345[1] "/groups/knoblich/Proje

Buggy Behavior

scEnhancedVolcano(df.Markers,
                        FCcutoff = pd$'volc.l2fc', pCutoff = pd$"volc.max.p_adj",
                        min.p = 1e-300, max.l2fc = 3,
                        drawConnectors = TRUE,
                        title = "Mutant vs. Ctrl in full obj of TSC2 lines", suffix = "DGEA")
1
Min. log2fc: 0.5
Max. p-adj: 0.01
Min. p-adj (trim high y-axis): 1e-300
Min. pct cells expressing: 0.1
1345Error in grid.Call(C_convert, x, as.integer(whatfrom), as.integer(whatto),  : 
  Viewport has zero dimension(s)
@vertesy vertesy added the bug Something isn't working label Jun 14, 2024
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

1 participant