Skip to content
Snippets Groups Projects
Commit c65236dc authored by TRON Kelly's avatar TRON Kelly
Browse files

tp3

parent 24855fc1
No related branches found
No related tags found
No related merge requests found
......@@ -7,13 +7,13 @@ dir.create(output_dir, showWarnings = F, recursive = T)
#library
#if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# install.packages("BiocManager")
#if (!require("snpStats", quietly = TRUE))
BiocManager::install("snpStats")
# BiocManager::install("snpStats")
#if (!require("doParallel", quietly = TRUE))
BiocManager::install("doParallel")
# BiocManager::install("doParallel")
#library(snpStats)
#library(plyr)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment