Skip to content

Commit

Permalink
Minimal R packages for circtest and primex
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Sep 28, 2024
1 parent d7efe06 commit ee6dfff
Showing 1 changed file with 32 additions and 23 deletions.
55 changes: 32 additions & 23 deletions circtools/scripts/install_R_dependencies.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,32 +19,41 @@ args <- commandArgs(trailingOnly = TRUE)
base_path <- args[1]

# we need these packages
# pkgs <- c(
# "aod",
# "amap",
# "ballgown",
# "biomaRt",
# "data.table",
# "edgeR",
# "GenomicFeatures",
# "GenomicRanges",
# "ggbio",
# "ggfortify",
# "ggplot2",
# "gplots",
# "ggrepel",
# "gridExtra",
# "openxlsx",
# "plyr",
# "Hmisc",
# "reshape2",
# "devtools",
# "kableExtra",
# "formattable",
# "dplyr",
# "RColorBrewer"
# )

pkgs <- c(
"aod",
"amap",
"ballgown",
"biomaRt",
"data.table",
"edgeR",
"GenomicFeatures",
"GenomicRanges",
"ggbio",
"ggfortify",
"ggplot2",
"gplots",
"ggrepel",
"gridExtra",
"openxlsx",
"plyr",
"Hmisc",
"reshape2",
"devtools",
"kableExtra",
"formattable",
"dplyr",
"RColorBrewer"
'GenomicRanges',
'ggplot2',
'BSgenome',
'IRanges',
'S4Vectors',
'Biostrings'
)

countdown <- function(from)
{
cat(from)
Expand Down

0 comments on commit ee6dfff

Please sign in to comment.