Skip to content

Commit

Permalink
small bug fix script 2
Browse files Browse the repository at this point in the history
NatanYusupov committed Mar 14, 2024
1 parent 7219dcb commit 1246ab6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/2_import_raw_DNAm_data.Rmd
Original file line number Diff line number Diff line change
@@ -24,6 +24,8 @@ if (any(installed_biocmanager_packages == FALSE)) {
}
lapply(needed_biocmanager_packages, library, character.only = TRUE)
user_choices <- readRDS("../data/user_choices.rds")
if (user_choices$array_type == "v2") {
if (!("jokergoo/IlluminaHumanMethylationEPICv2manifest" %in% rownames(installed.packages()))) {
BiocManager::install("jokergoo/IlluminaHumanMethylationEPICv2manifest")
@@ -35,7 +37,6 @@ if (user_choices$array_type == "v2") {
library(IlluminaHumanMethylationEPICv2anno.20a1.hg38)
}
user_choices <- readRDS("../data/user_choices.rds")
knitr::opts_knit$set(root.dir = paste0(user_choices$personal_path, "/"))
knitr::opts_chunk$set(echo = FALSE)
```

0 comments on commit 1246ab6

Please sign in to comment.