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
01cbd29f
Commit
01cbd29f
authored
5 years ago
by
Aurelien Brionne
Browse files
Options
Downloads
Patches
Plain Diff
check examples corrections
parent
3c267f75
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
DESCRIPTION
+2
-2
2 additions, 2 deletions
DESCRIPTION
NEWS
+1
-4
1 addition, 4 deletions
NEWS
R/Ensembl2GO.R
+2
-0
2 additions, 0 deletions
R/Ensembl2GO.R
README.md
+1
-1
1 addition, 1 deletion
README.md
man/Ensembl2GO.Rd
+2
-0
2 additions, 0 deletions
man/Ensembl2GO.Rd
with
8 additions
and
7 deletions
DESCRIPTION
+
2
−
2
View file @
01cbd29f
Package: ViSEAGO
Version: 1.1.
4
Version: 1.1.
5
Title: ViSEAGO: a Bioconductor package for clustering biological functions using Gene Ontology and semantic similarity
Author: Aurelien Brionne [aut, cre],
Amelie Juanchich [aut],
...
...
@@ -50,7 +50,7 @@ URL: https://www.bioconductor.org/packages/release/bioc/html/ViSEAGO.html,
https://forgemia.inra.fr/UMR-BOA/ViSEAGO
BugReports: https://forgemia.inra.fr/UMR-BOA/ViSEAGO/issues
biocViews: Software, Annotation, GO, GeneSetEnrichment, MultipleComparison, Clustering, Visualization
RoxygenNote: 7.0.
0
RoxygenNote: 7.0.
2
Collate:
'genomic_ressource.R'
'Bioconductor2GO.R'
...
...
This diff is collapsed.
Click to expand it.
NEWS
+
1
−
4
View file @
01cbd29f
...
...
@@ -61,7 +61,4 @@ CHANGES IN VERSION 1.1
o showIC print patch on GOterms_heatmap
o GO count update
o Uniprot2GO connection method update
o prevent bioconductor errors when check examples
This diff is collapsed.
Click to expand it.
R/Ensembl2GO.R
+
2
−
0
View file @
01cbd29f
...
...
@@ -32,6 +32,7 @@
#' # host="fungi.ensembl.org"
#' # biomart is not available for bacteria
#'
#' \dontrun{
#' # check the Ensembl available biomart (if not known)
#' # for Animals (host="www.ensembl.org", the default)
#' biomaRt::listEnsembl()
...
...
@@ -42,6 +43,7 @@
#' host="www.ensembl.org",
#' version=NULL
#' )
#' }
#' @export
Ensembl2GO
=
function
(
biomart
=
"ensembl"
,
host
=
"www.ensembl.org"
,
version
=
NULL
){
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
01cbd29f
...
...
@@ -27,7 +27,7 @@ remotes::install_gitlab(
devtools
::
build
(
"ViSEAGO"
)
# install package (from R console)
install.packages
(
"ViSEAGO_1.1.
4
.tar.gz"
,
repos
=
NULL
,
type
=
"source"
)
install.packages
(
"ViSEAGO_1.1.
5
.tar.gz"
,
repos
=
NULL
,
type
=
"source"
)
```
## Citation
...
...
This diff is collapsed.
Click to expand it.
man/Ensembl2GO.Rd
+
2
−
0
View file @
01cbd29f
...
...
@@ -35,6 +35,7 @@ It uses the \code{\link[biomaRt]{useEnsembl}} and \code{\link[biomaRt]{listData
# host="fungi.ensembl.org"
# biomart is not available for bacteria
\dontrun{
# check the Ensembl available biomart (if not known)
# for Animals (host="www.ensembl.org", the default)
biomaRt::listEnsembl()
...
...
@@ -46,6 +47,7 @@ Ensembl<-ViSEAGO::Ensembl2GO(
version=NULL
)
}
}
\references{
Durinck S, Spellman P, Birney E and Huber W (2009).
Mapping identifiers for the integration of genomic datasets with the R/Bioconductor package biomaRt.
...
...
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