Skip to content

Commit

Permalink
Update dna_toolbox_install_packages.R: install_Bioc_dependencies copy…
Browse files Browse the repository at this point in the history
…number
  • Loading branch information
togop authored Mar 12, 2024
1 parent c8266c2 commit c2e0662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioinformatics/dna_toolbox_install_packages.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ R.Version()

install_Bioc_dependencies(packages = c("org.Hs.eg.db", "TxDb.Hsapiens.UCSC.hg19.knownGene",
"TxDb.Hsapiens.UCSC.hg38.knownGene", "QDNAseq.hg19", "QDNAseq.hg38", "BSgenome.Hsapiens.UCSC.hg38",
"BSgenome.Hsapiens.UCSC.hg19"))
"BSgenome.Hsapiens.UCSC.hg19", "copynumber"))

install_dependencies(packages = c("dplyr", "Seurat", "reshape", "data.table", "readr", "hash", "ggplot2","scales",
"RColorBrewer", "gridExtra", "grid", "gtable", "plotly", "gridExtra","optparse",
Expand Down

0 comments on commit c2e0662

Please sign in to comment.