Skip to content

Commit

Permalink
revising bioc review
Browse files Browse the repository at this point in the history
  • Loading branch information
noriakis committed Aug 21, 2023
1 parent e95ab77 commit 7cd7e44
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/ggkegg.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#' @param numeric_attribute named vector for appending numeric attribute
#' @param node_rect_nudge parameter for nudging the node rect
#' @param group_rect_nudge parameter for nudging the group node rect
#' @example
#' @examples
#' ## Use pathway ID to obtain `ggraph` object directly.
#' g <- ggkegg("hsa04110")
#' g + geom_node_rect()
Expand Down
2 changes: 1 addition & 1 deletion R/module_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ parse_module <- function(kmo) {
}
steps[[j]] <- current_step
j <- j + 1
steps[sapply(steps, is.null)] <- NULL
steps[vapply(steps, is.null, FUN.VALUE=TRUE)] <- NULL
return(steps)
}
## Preallocate
Expand Down
5 changes: 5 additions & 0 deletions man/ggkegg.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7cd7e44

Please sign in to comment.