Skip to content
Snippets Groups Projects
Commit ec76defb authored by Kham Chaimae's avatar Kham Chaimae
Browse files

git commit tp1.R

parent b1f4994f
No related branches found
No related tags found
No related merge requests found
tp1.R 0 → 100644
wdir="."
dir.create(wdir, showWarnings = F, recursive = T)
setwd(wdir)
#library(devtools)
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
if (!require("snpStats", quietly = TRUE))
BiocManager::install("snpStats")
if (!require("SNPRelate", quietly = TRUE))
BiocManager::install("SNPRelate")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment