Skip to content
Snippets Groups Projects
Commit 935e5b35 authored by Aurelien Brionne's avatar Aurelien Brionne
Browse files

merge_enrich_terms signature

parent c364436f
No related branches found
No related tags found
No related merge requests found
Package: ViSEAGO
Version: 0.99.41
Version: 0.99.42
Title: ViSEAGO: a Bioconductor package for clustering biological functions using Gene Ontology and semantic similarity
Author: Aurelien Brionne [aut, cre],
Amelie Juanchich [aut],
......
......@@ -42,3 +42,7 @@ CHANGES IN VERSION 0.99.40
CHANGES IN VERSION 0.99.41
------------------------
o keep require("topGO") in create_topGOdata method
CHANGES IN VERSION 0.99.42
------------------------
o remove environment signature in merge_enrich_terms
......@@ -145,8 +145,7 @@ setGeneric(
setMethod(
"merge_enrich_terms",
signature(
Input="list",
envir="environment"
Input="list"
),
definition=function(Input,envir){
......
......@@ -27,7 +27,7 @@ remotes::install_gitlab(
devtools::build("ViSEAGO")
# install package (from R console)
install.packages("ViSEAGO_0.99.41.tar.gz", repos = NULL, type = "source")
install.packages("ViSEAGO_0.99.42.tar.gz", repos = NULL, type = "source")
```
## Citation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment