Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Remove R script/notebook package installs (Part 1 of N) #698

Merged
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions analyses/cnv-chrom-plot/gistic_plot.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ Rscript -e "rmarkdown::render('analyses/cnv-chrom-plot/gistic_plot.Rmd',
### Set Up

```{r}
if (!("ggbio" %in% installed.packages())) {
install.packages("BiocManager")
BiocManager::install("ggbio")
}

# Magrittr pipe
`%>%` <- dplyr::`%>%`
```
Expand Down
200 changes: 58 additions & 142 deletions analyses/cnv-chrom-plot/gistic_plot.nb.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

33 changes: 0 additions & 33 deletions analyses/focal-cn-file-preparation/04-prepare-cn-file.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,39 +20,6 @@

#### Set Up --------------------------------------------------------------------

# We require bioconductor
if (!("BiocManager" %in% installed.packages())) {
install.packages("BiocManager")
}

# Install GenomicRanges
if (!("GenomicRanges" %in% installed.packages())) {
BiocManager::install("GenomicRanges", update = FALSE)
}

# Install IRanges
if (!("IRanges" %in% installed.packages())) {
BiocManager::install("IRanges", update = FALSE)
}

# Install annotatr
if (!("annotatr" %in% installed.packages())) {
BiocManager::install("annotatr", update = FALSE)
}

# hg38 genome annotations
if (!("TxDb.Hsapiens.UCSC.hg38.knownGene" %in% installed.packages())) {
BiocManager::install("TxDb.Hsapiens.UCSC.hg38.knownGene", update = FALSE)
}

if (!("org.Hs.eg.db" %in% installed.packages())) {
BiocManager::install("org.Hs.eg.db", update = FALSE)
}

if (!("AnnotationDbi" %in% installed.packages())) {
BiocManager::install("AnnotationDbi", update = FALSE)
}

# Get `magrittr` pipe
`%>%` <- dplyr::`%>%`

Expand Down

Large diffs are not rendered by default.

Binary file not shown.