Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
ViSEAGO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UMR-BOA
ViSEAGO
Commits
935e5b35
Commit
935e5b35
authored
5 years ago
by
Aurelien Brionne
Browse files
Options
Downloads
Patches
Plain Diff
merge_enrich_terms signature
parent
c364436f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
DESCRIPTION
+1
-1
1 addition, 1 deletion
DESCRIPTION
NEWS
+4
-0
4 additions, 0 deletions
NEWS
R/merge_enrich_terms.R
+1
-2
1 addition, 2 deletions
R/merge_enrich_terms.R
README.md
+1
-1
1 addition, 1 deletion
README.md
with
7 additions
and
4 deletions
DESCRIPTION
+
1
−
1
View file @
935e5b35
Package: ViSEAGO
Version: 0.99.4
1
Version: 0.99.4
2
Title: ViSEAGO: a Bioconductor package for clustering biological functions using Gene Ontology and semantic similarity
Author: Aurelien Brionne [aut, cre],
Amelie Juanchich [aut],
...
...
This diff is collapsed.
Click to expand it.
NEWS
+
4
−
0
View file @
935e5b35
...
...
@@ -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
This diff is collapsed.
Click to expand it.
R/merge_enrich_terms.R
+
1
−
2
View file @
935e5b35
...
...
@@ -145,8 +145,7 @@ setGeneric(
setMethod
(
"merge_enrich_terms"
,
signature
(
Input
=
"list"
,
envir
=
"environment"
Input
=
"list"
),
definition
=
function
(
Input
,
envir
){
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
935e5b35
...
...
@@ -27,7 +27,7 @@ remotes::install_gitlab(
devtools
::
build
(
"ViSEAGO"
)
# install package (from R console)
install.packages
(
"ViSEAGO_0.99.4
1
.tar.gz"
,
repos
=
NULL
,
type
=
"source"
)
install.packages
(
"ViSEAGO_0.99.4
2
.tar.gz"
,
repos
=
NULL
,
type
=
"source"
)
```
## Citation
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment