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

tp4

parent c65236dc
Branches
Tags
No related merge requests found
......@@ -7,13 +7,13 @@ dir.create(output_dir, showWarnings = F, recursive = T)
#Library
#if(!require("dplyr",quietly = T))
install.packages("dplyr")
# install.packages("dplyr")
#if(!require("plyr",quietly = T))
install.packages("plyr")
# install.packages("plyr")
#if(!require("GenABEL",quietly = T))
install.packages("GenABEL")
# install.packages("GenABEL")
rdata_path = file.path(output_dir,"TP4_asbvg.RData")
save.image(rdata_path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment