Skip to content

Commit f6ab618

Browse files
authored
Update GO_analysis.R
1 parent c315e43 commit f6ab618

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/GO_analysis.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ gost_res <- gost(
4949
organism = "hsapiens",
5050
sources = c("GO:MF", "GO:BP", "GO:CC"),
5151
highlight = TRUE,
52+
significant = FALSE,
5253
evcodes = TRUE
5354
)
5455

@@ -57,7 +58,7 @@ p <- gostplot(
5758
gostres = gost_res,
5859
pal = c(`GO:MF` = "#dc3912", `GO:BP` = "#ff9900", `GO:CC` = "#109618"),
5960
interactive = FALSE,
60-
significant = FALSE,
61+
6162
capped = TRUE
6263
)
6364

0 commit comments

Comments
 (0)