Skip to content

Commit

Permalink
Remove an unnecessary comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Eagles committed Jul 13, 2023
1 parent 2967272 commit 7874304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion de_analysis_speaqeasy.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ goList <-
list(
BP = goBP_Adj,
MF = goMF_Adj,
CC = goCC_Adj,
CC = goCC_Adj
)
goDf <-
dplyr::bind_rows(lapply(goList, as.data.frame), .id = "Ontology")
Expand Down

0 comments on commit 7874304

Please sign in to comment.