Skip to content
Snippets Groups Projects
Commit 5c5741d6 authored by KHAM Chaimae's avatar KHAM Chaimae
Browse files

modification de fichiers

parents e4b0b655 9ed68dcc
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ options(repos = c(CRAN = "https://cloud.r-project.org"))
output_dir = "results/tp1"
dir.create(output_dir, showWarnings = F, recursive = T)
<<<<<<< HEAD
# if (!require("BiocManager", quietly = TRUE))
# install.packages("BiocManager")
......@@ -17,6 +18,8 @@ dir.create(output_dir, showWarnings = F, recursive = T)
#library(devtools)
#library(plyr)
=======
>>>>>>> main
# Les données analysées nécessitant beaucoup de RAM, nous allons sélectionner aléatoirement 250000 SNPs et réecrire des fichiers bed, bim, fam
penncath_bed_path = "results/data/penncath.bed"
penncath_bim_path = "results/data/penncath.bim"
......@@ -43,3 +46,8 @@ rm(geno)
rdata_path = file.path(output_dir, "TP1_asbvg.RData")
save.image(rdata_path)
<<<<<<< HEAD
=======
>>>>>>> main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment