diff --git a/src/.Rhistory b/src/.Rhistory deleted file mode 100644 index 53e6de6c457a6a0250ff7cf903f90ba89cd26d26..0000000000000000000000000000000000000000 --- 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"))