Skip to content
Snippets Groups Projects
Commit a87ee1f2 authored by Stefan Laurent's avatar Stefan Laurent
Browse files

none

parent 980a226a
Branches master
No related tags found
No related merge requests found
......@@ -4,6 +4,16 @@ library(dplyr)
library(BiasedUrn)
library(ggpubr)
#this is the only bioconductor package - for visualization
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ggbio")
#this is because hashmap is not in CRAN anymore (only used for simple visualization)
library(devtools)
install_local("hashmap_0.2.2.tar.gz")
#local functions
source("include/misc.R")
source("include/read_genotype_probabilities.R")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment