From 942d0ecc472107fbe1e554e7e7d63b642db7911b Mon Sep 17 00:00:00 2001 From: TRON Kelly <t19016063@V-PJ-47-066.salsa.univ-amu.fr> Date: Wed, 23 Oct 2024 14:46:37 +0200 Subject: [PATCH] tp1 --- src/.Rhistory | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/.Rhistory diff --git a/src/.Rhistory b/src/.Rhistory deleted file mode 100644 index 53e6de6..0000000 --- a/src/.Rhistory +++ /dev/null @@ -1,10 +0,0 @@ -# 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" -penncath_fam_path = "results/data/penncath.fam" -geno <- snpStats::read.plink(penncath_bed_path, penncath_bim_path, penncath_fam_path, select.snps=sample(1:861473, 25000, replace = FALSE ), na.strings = ("-9")) -# 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 = "~/Bureau/project_reprod/m2reprod/results/data/penncath.bed" -penncath_bim_path = "~/Bureau/project_reprod/m2reprod/results/data/penncath.bim" -penncath_fam_path = "~/Bureau/project_reprod/m2reprod/results/data/penncath.fam" -geno <- snpStats::read.plink(penncath_bed_path, penncath_bim_path, penncath_fam_path, select.snps=sample(1:861473, 25000, replace = FALSE ), na.strings = ("-9")) -- GitLab