- add 'RichFactor', 'FoldEnrichment' and 'zScore' in
enrichDAVID()
result (2024-11-12, Tue) - update DAVID Web Service URL to make
enrichDAVID()
work properly (2024-11-09, Sat) - add new citation (2024-11-07, Thu)
- Bioconductor RELEASE_3_20 (2024-10-30, Wed)
- re-export
DOSE::enrichDO()
andDOSE::gseDO()
(2024-10-01, Tue)
- fixed bug in
enrichPC()
(2024-08-26, Mon)
- fixed bug of
gson_KEGG()
(2024-08-19, Mon)
- update functions to access PathwayCommons data (2024-08-11, Sun, gson#9)
- use
yulab.utils::yulab_msg()
for startup message (2024-07-26, Fri) - update
kegg_category
information (7 categories and 572 subcategories) (2024-07-26, Fri)- Cellular Processes (36)
- Drug Development (75)
- Environmental Information Processing (41)
- Genetic Information Processing (39)
- Human Diseases (99)
- Metabolism (190)
- Organismal Systems (92)
- Bioconductor RELEASE_3_19 (2024-05-15, Wed)
- bug fixed in parsing KEGG category (2024-03-07, Thu, #664)
- update citation (#656) and wikipedia data URL (2024-01-10, Wed, #633)
- Bioconductor RELEASE_3_18 (2023-10-25, Wed)
- fixed R check (2023-10-18, Wed)
- use
check_installed()
to check package dependency (2023-09-08, Fri, #621) - use
yread()
in WikiPathway utilities (2023-09-07, Thu)
enrichKEGG()
andgseKEGG()
now supportsorganism = 'cpd'
to accept KEGG Compound ID (2023-08-31, Thu)gson_cpd()
andgson_ko()
- use
yulab.utils::yread()
to parse file (2023-08-15, Tue) - supports Pathways Common (2023-08-02, Wed, #613)
append_kegg_category()
function to add KEGG pathway category information to KEGG enrichment result and now it is the default behavior ofenrichKEGG()
andgseKEGG()
(2023-07-12, Wed)- parse KEGG Pathway Category information (2023-07-11, Tue)
- mv
parse_gff()
toGOSemSim::read.gaf()
and re-export (2023-07-10, Mon) - mv
buildGOmap()
to `GOSemSim::buildGOmap() and re-export
getPPI()
to query PPI network from 'stringdb' (2023-05-15, Mon)getTaxID()
andgetTaxInfo()
functions to query taxonomy information (2023-05-14, Sun)
- Bioconductor RELEASE_3_17 (2023-05-03, Wed)
- change wikiPathways link. (2023-03-10, Fri)
- update
get_data_from_KEGG_db()
for the KEGG api changes (2023-03-05, Sun) - removing species info at the end of KEGG pathway names (2023-03-05, Sun)
- update according to the KEGG api changes (2023-03-01, Wed)
- Bioconductor 3.16 release
GSEA()
supportsGSONList
object (2022-09-21, Wed)enricher()
supportsGSONList
object (2022-09-06, Tue)
- support passing a GSON object to
enricher(USER_DATA)
andGSEA(USER_DATA)
(2022-8-01, Mon) gson_kegg_mapper()
allows building a gson object from outputs of KEGG Mapper service (2022-07-29, Fri, #492)- fix
show
method forcompareClusterResult
(2022-06-21, Tue, #473) gson_KEGG()
download latest KEGG and output a GSON object (2022-06-08, Wed)- support passing a GSON object to
gseKEGG(organism)
- support passing a GSON object to
enrichKEGG(organism)
(2022-06-06, Mon)
- follow KEGG api upgrade that change from http to https (2022-06-06, Mon)
- use 'wininet' to download KEGG data when
.Platform$OS.type = "windows"
(2022-06-03, Fri) - mv
read.gmt
andread.gmt.wp
to the 'gson' package and reexport these two functions from 'gson' (2022-04-28, Thu) - fix
compareCluster
when fun =enrichPathway
(2022-4-28, Thu)
- Bioconductor 3.15 release
- fix
enrichGO
,gseGO
andgroupGO
whenkeyType = 'SYMBOL'
&&readable=TRUE
(2022-4-9, Sat)
- parse GAF file to prepare GO annotation data (esp for proteomic study) (2022-03-08, Tue, #397, #418, #421, #442)
- bug fixed in
compareCluster()
(2022-01-27, Thu, #424)
- bug fixed in
extract_params()
(2022-01-12, Wed, #392, @amcdavid) - make
simplify()
works forgseGO()
incompareCluster()
- support formula interface for GSEA methods in
compareCluster()
(2022-01-04, Tue, @altairwei, #416)
compareCluster()
supports GSEA algorithm (2021-12-11, Sat)- update error message of
download.KEGG.Path()
anddownload.KEGG.Module()
(2021-11-21, Sun) - update
simplify()
function to supportont = ALL
(2021-10-27, Wed)
- Bioconductor 3.14 release
- import
yulab.utils
(2021-08-20, Fri)
- Remove Human Gut Microbiome dataset as the functionalities are provided in https://github.com/YuLab-SMU/MicrobiomeProfiler (2021-08-15, Sun)
- update citation and DESCRIPTION (2021-08-15, Sun)
- update kegg_species.rda and allow online download using KEGG api (2021-08-14, Sat)
- add citation (new paper published on The Innovation) (2021-07-04, Sun)
- Bioconductor 3.13 release
- Add new data set,
DE_GSE8057
, which contains DE genes obtained from GSE8057 (2020-03-08, Mon)
- Add KEGG enrichment analysis of Human Gut Microbiome data (2021-02-20, Sat)
- setting default timeout to 300 for downloads (2021-02-05, Fri)
- fixed download method setting
- capable of setting KEGG download method via
options(clusterProfiler.download.method = METHOD)
(2020-12-31, Thu)
- Bioconductor 3.12 release (2020-10-28, Wed)
- update
[[.compareClusterResult
(2020-10-14, Wed)
- internal suports of enrichment analyses using WikiPathways (2020-09-09, Wed)
enrichWP
for ORA analysisgseWP
for GSEA analysisget_wp_organisms
for listing supported organismsread.gmt.wp
for parsing gmt file downloaded from wikiPathways
- use
libcurl
if capable (2020-09-08, Tue)
- bug fixed of
extract_params
(2020-08-18, Tue)
- Bioconductor 3.11 release
- incorporate clusterProfiler.dplyr (2020-03-12, Thu)
- arrange, filter, group_by, mutate, rename, select, slice and summarize
- remove
Suggests
ofKEGG.db
as it will be deprecated in Bioconductor 3.11 (2020-01-14, Tue) - optimize
enrichGO
to use less memory (2019-12-13, Fri) - re-implement
read.gmt
without using GSEABase, and my own version is much more fasta :)
- e.g. user can pass
fun=enrichGO
tocompareCluster
without quotingenrichGO
(2019-12-02, Mon) - add
keytype
andreadable
info incompareCluster
output - mv
compareClusterResult
class defintion toDOSE
(2019-11-02, Sat) - mv
fortify
,barplot
anddotplot
forcompareClusterResult
toenrichplot
.
- Bioconductor 3.10 release
- Bioconductor 3.9 release
asis
parameter in[.compareClusterResult
(2018-12-24, Mon)
- Bioconductor 3.8 release
- re-export
DOSE::gsfilter
andDOSE::setReadable
(2018-05-25, Fri)
- change color scheme of dotplot of compareClusterResult back to red->purple (2018-05-17, Thu)
- Bioconductor 3.7 release
- uniprot_get function (2018-01-30, Tue)
- import enrichplot (2018-01-29, Mon)