We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c673e commit a58c4b7Copy full SHA for a58c4b7
scripts/GO_analysis.R
@@ -41,7 +41,7 @@ if (nrow(gene_and_p_values) == 0) {
41
GO_png_file_path <- paste0("output_plots/GO_", gsub("\\..*$", "", basename(file_path)), ".png")
42
43
# Generate GO pathway plot
44
-png(filename = GO_png_file_path, width = 1700, height = 1800, units = "px", res = 150)
+CairoPNG(filename = GO_png_file_path, width = 1700, height = 1800, units = "px", res = 150)
45
46
# Perform GO enrichment analysis
47
gost_res <- gost(
0 commit comments