Skip to content

Commit

Permalink
nf scEnhancedVolcano
Browse files Browse the repository at this point in the history
  • Loading branch information
vertesy committed Jun 6, 2024
1 parent ebeb0f9 commit 2f72651
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/Seurat.Utils.Visualization.R
Original file line number Diff line number Diff line change
Expand Up @@ -2988,7 +2988,7 @@ scEnhancedVolcano <- function(
print(pobj)

# Save the plot.
qqSave(ggobj = pobj, title = paste0("Volcano.", title), h = h, w = w)
qqSave(ggobj = pobj, title = paste0("Volcano.", make.names(title)), h = h, w = w)
return(pobj)
}

Expand Down
12 changes: 7 additions & 5 deletions man/scEnhancedVolcano.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2f72651

Please sign in to comment.