Skip to content

Commit

Permalink
Merge pull request #12 from YuLab-SMU/master
Browse files Browse the repository at this point in the history
merge from yulab to me
  • Loading branch information
huerqiang authored Sep 20, 2022
2 parents 4675b50 + 0c8cc89 commit 9b81252
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 59 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: DOSE
Type: Package
Title: Disease Ontology Semantic and Enrichment analysis
Version: 3.23.2
Version: 3.23.2.001
Authors@R: c( person(given = "Guangchuang", family = "Yu", email = "[email protected]", role = c("aut", "cre")),
person(given = "Li-Gen", family = "Wang", email = "[email protected]", role = "ctb"),
person(given = "Vladislav", family = "Petyuk", email = "[email protected]", role = "ctb"),
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# DOSE 3.23.2.001

+ move `inst/extdata/parse-obo.R` to `HDO.db` package (2022-08-29, Mon)
+ rename `qvalues` to `qvalue` in `gseaResult` object (2022-08-29, Mon)

# DOSE 3.23.2

+ Support `GSON` object in `GSEA_internal()` (2022-06-08, Wed)
Expand Down
4 changes: 2 additions & 2 deletions R/gsea.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ GSEA_fgsea <- function(geneList,
NES = tmp_res$NES,
pvalue = tmp_res$pval,
p.adjust = p.adj,
qvalues = qvalues,
qvalue = qvalues,
stringsAsFactors = FALSE
)

Expand Down Expand Up @@ -304,7 +304,7 @@ GSEA_DOSE <- function(geneList,
NES = NES,
pvalue = pvals,
p.adjust = p.adj,
qvalues = qvalues,
qvalue = qvalues,
stringsAsFactors = FALSE
)

Expand Down
56 changes: 0 additions & 56 deletions inst/extdata/parse-obo.R

This file was deleted.

0 comments on commit 9b81252

Please sign in to comment.