Skip to content

Commit

Permalink
Fixed small bug in LOLA function
Browse files Browse the repository at this point in the history
  • Loading branch information
schmic05 committed Jan 9, 2020
1 parent 75a3ec9 commit 8a0b0ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/LMC_interpretation.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ lmc.lola.enrichment <- function(medecom.result,
assembly="hg19",
lola.db=NULL){
#require("RnBeads")
if(!requireNamespace("LOLA")){
if(!requireNamespace("BiocManager")) install.packages("BiocManager",repos="https://cloud.r-project.org/")
BiocManager::install("LOLA",dependencies=T)
if(!requireNamespace("simpleCache")) install.packages("simpleCache",repos="https://cloud.r-project.org/")
}
require("LOLA")
require("qvalue")
rnb.mode <- F
Expand Down

0 comments on commit 8a0b0ef

Please sign in to comment.