Skip to content

Commit a58c4b7

Browse files
authored
Update GO_analysis.R
1 parent 84c673e commit a58c4b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/GO_analysis.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if (nrow(gene_and_p_values) == 0) {
4141
GO_png_file_path <- paste0("output_plots/GO_", gsub("\\..*$", "", basename(file_path)), ".png")
4242

4343
# Generate GO pathway plot
44-
png(filename = GO_png_file_path, width = 1700, height = 1800, units = "px", res = 150)
44+
CairoPNG(filename = GO_png_file_path, width = 1700, height = 1800, units = "px", res = 150)
4545

4646
# Perform GO enrichment analysis
4747
gost_res <- gost(

0 commit comments

Comments
 (0)