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

tp2

parent fbab6c1f
Branches
No related tags found
No related merge requests found
#load data
load("results/tp1/TP1_asbvg.RData")
#fichier de sortie
output_dir = "results/tp2"
dir.create(output_dir, showWarnings = F, recursive = T)
#on installe et ouvre les packages/librairies nécessaires
if (!require("BiocManager", quietly=TRUE))
install.packages("BiocManager")
if (!require("SNPRelate", quietly=TRUE))
BiocManager::install("SNPRelate")
#on enregistre le fichier de sortie
rdata_path = file.path(output_dir, "TP2_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