Skip to content

Commit

Permalink
Remove R package installation (AlexsLemonade#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclyn-taroni committed May 19, 2020
1 parent 5c73995 commit bdb6db7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions analyses/mutational-signatures/mutational_signatures.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,6 @@ _This assumes you are in the top directory of the repository._
Import necessary functions.

```{r}
if (!("deconstructSigs" %in% installed.packages())) {
BiocManager::install("BSgenome.Hsapiens.UCSC.hg38")
install.packages("deconstructSigs")
}
if (!("devtools" %in% installed.packages())) {
install.packages("devtools")
}
if (!("sigfit" %in% installed.packages())) {
devtools::install_github("kgori/sigfit", build_vignettes = TRUE,
build_opts = c("--no-resave-data", "--no-manual"))
}
# Magrittr pipe
`%>%` <- dplyr::`%>%`
Expand Down

0 comments on commit bdb6db7

Please sign in to comment.