- mv 'MPO.db' and 'HPO.db' from 'Imports' to 'Suggests' and fixed bugs (2023-11-18, Sat)
- Bioconductor RELEASE_3_18 (2023-10-25, Wed)
- update
TERM2NAME()
to return term if corresponding name not found. (2023-10-09, Mon)
- use 'MPO.db' and 'HPO.db' to support phenotype ontology for mouse and human (2023-06-30, Fri)
options(enrichment_force_universe = TRUE)
will force enrichment analysis to intersect theuniverse
with gene sets (2023-05-03, Wed)- use
inherits
to judge the class of objects (2022-11-20, Sun) - test whether slot in
GSON
object is NULL (e.g.,GSON@keytype
) when assigning it to enrichment result (2022-11-07, Mon)
- Bioconductor RELEASE_3_17 (2023-05-03, Wed)
- Bioconductor RELEASE_3_16 (2022-11-02, Wed)
- replace
DO.db
toHDO.db
(2022-10-7, Fri) - add values of
organism
,keytype
andsetType
forGSEA_internal()
(2022-09-21, Wed) - add values of
organism
,keytype
andontology
forenricher_internal()
(2022-09-21, Wed) - move
inst/extdata/parse-obo.R
toHDO.db
package (2022-08-29, Mon) - rename
qvalues
toqvalue
ingseaResult
object (2022-08-29, Mon)
- Support
GSON
object inGSEA_internal()
(2022-06-08, Wed)
- Support
GSON
object inenricher_internal()
(2022-06-06, Mon)
- Bioconductor 3.15 release
- enable
setReadable
for compareCluster(GSEA algorithm) result(2021-12-13, Mon) - update the default order of GSEA result (2021-12-09, Thu)
- if p.adjust is identical, sorted by
abs(NES)
- if p.adjust is identical, sorted by
- upate DisGeNET and NCG data (2021-11-14, Sun)
- DisGeNET v7: 21671 genes, 30170 diseases and 1134942 gene-disease associations
- 194515 variants, 14155 diseases and 369554 variant-disease associations
- NCG v7: 3177 cancer genes, 130 diseases and 6095 gene-disease associations
- DisGeNET v7: 21671 genes, 30170 diseases and 1134942 gene-disease associations
- Bioconductor 3.14 release
- update
clusterProfiler
citation (2021-09-30, Thu) - upate error message of
enricher_internal
(2021-9-3, Fri)
- upate DisGeNET and NCG data (2021-8-16, Mon)
- bug fixed, change 'is.na(path2name)' to 'all(is.na(path2name))' (2021-06-21, Mon)
- add
dr
slot tocompareClusterResult
,enrichRestul
andgseaResult
(2021-5-21, Fri)
- Bioconductor 3.13 release
- support setting seed for fgsea method if e.g.
gseGO(seed = TRUE)
(2020-10-28, Wed)
- Bioconductor 3.12 release (2020-10-28, Wed)
- update
setReadable
andgeneInCategory
methods forcompareClusterResult
object (2020-10-12, Mon)
- allow passing additional parameters to fgsea (2020-10-09, Fri)
- add
termsim
andmethod
slots tocompareClusterResult
,enrichRestul
andgseaResult
- Bioconductor 3.11 release
- fixed issue caused by R v4.0.0 (2020-03-12, Thu)
- length > 1 in coercion to logical
- YuLab-SMU#32
- remove
S4Vectors
dependencies (2019-12-19, Thu) - extend
setReadable
to supportcompareClusterResult
(2019-12-02, Mon) - add
gene2Symbol
,keytype
andreadable
slots forcompareClusterResult
- move
compareClusterResult
class definition fromclusterProfiler
(2019-11-01, Fri)
- Bioconductor 3.10 release
- ignore
universe
and print a message if users passing accidentally passing wrong input (2019-10-24, Thu) - gene with minimal ES value (NES < 0) will be reported in
core_enrichment
(2019-07-31, Wed)
build_Anno
now compatible withtibble
(2019-05-28, Tue)
- Bioconductor 3.9 release
- export
parse_ratio
(2019-03-29, Tue)
- bug fixed of
get_enriched
(2019-01-14, Mon)
- mv enrichment vignettes to clusterProfiler-book (2019-01-10, Thu)
asis
parameter in[.enrichResult
and[.gseaResult
(2018-12-24, Mon)
- Bioconductor 3.8 release
- S3 accessor methods only return enriched terms. (2018-06-20, Wed)