Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bioinfo
ngs_tools
Commits
9ee74d5b
Commit
9ee74d5b
authored
May 18, 2018
by
Lena Hersemann
Browse files
fixed bug concerning biomart database selection
parent
f74a8f8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/cp_enrichment.R
View file @
9ee74d5b
...
@@ -523,9 +523,9 @@ stopifnot(map_lgl(pathwayPlots, ~ file.exists(.$plotfile)) %>% all)
...
@@ -523,9 +523,9 @@ stopifnot(map_lgl(pathwayPlots, ~ file.exists(.$plotfile)) %>% all)
install_package
(
"biomaRt"
)
install_package
(
"biomaRt"
)
library
(
rapportools
)
## prepare tooltips with expression scores
## prepare tooltips with expression scores
biomart_db
<-
ifelse
(
!
is.
null
(
opts
$
biomart_database
),
opts
$
biomart_database
,
guess_mart
(
geneLists
$
ensembl_gene_id
))
biomart_db
<-
ifelse
(
!
is.
empty
(
opts
$
biomart_database
),
opts
$
biomart_database
,
guess_mart
(
geneLists
$
ensembl_gene_id
))
ens2entrez
<-
quote
({
ens2entrez
<-
quote
({
# mart <- biomaRt::useDataset(guess_mart(geneLists$ensembl_gene_id), mart = biomaRt::useMart("ensembl"))
# mart <- biomaRt::useDataset(guess_mart(geneLists$ensembl_gene_id), mart = biomaRt::useMart("ensembl"))
## todo fix this https://support.bioconductor.org/p/74322/
## todo fix this https://support.bioconductor.org/p/74322/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment