Skip to content

Commit

Permalink
remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
jpquast committed May 17, 2024
1 parent 14d8c48 commit 733b6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/calculate_go_enrichment.R
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ if you used the right organism ID.", prefix = "\n", initial = ""))
dplyr::group_by({{ group }}) %>%
dplyr::mutate(n = 1:dplyr::n()) %>%
dplyr::filter(n <= top)
# dplyr::slice(1:top)

} else {
split_cutoff <- stringr::str_split(plot_cutoff, pattern = " ", simplify = TRUE)
type <- split_cutoff[1]
Expand Down

0 comments on commit 733b6e9

Please sign in to comment.