Skip to content
Snippets Groups Projects
Select Git revision
  • 72c13b9a0a2150750ab206e9a4ad33fca1f557bd
  • main default protected
  • correction_video
  • going_further
  • ImprovedMouseInteraction
  • final2023
  • template
  • ModifGUI
8 results

README.md

Blame
  • Forked from YAGOUBI Rim / Game of life Template
    Source project has a limited visibility.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    .Rhistory 1009 B
    # 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"))