Skip to content

Commit

Permalink
Add missing export to readGMT()
Browse files Browse the repository at this point in the history
  • Loading branch information
rcastelo committed Apr 25, 2024
1 parent b67ed23 commit c0f8a0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export(gsva)
export(gsvaParam)
export(igsva)
export(plageParam)
export(readGMT)
export(ssgseaParam)
export(zscoreParam)
exportClasses(GsvaExprData)
Expand Down
1 change: 1 addition & 0 deletions R/gsvaNewAPI.R
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ deduplicateGeneSets <- function(geneSets,
#' @aliases readGMT
#' @name readGMT
#' @rdname readGMT
#' @export
#'
readGMT <- function(con,
deduplUse = c("first", "drop", "union",
Expand Down

0 comments on commit c0f8a0f

Please sign in to comment.