Skip to content
Snippets Groups Projects
Commit bb015697 authored by Yuka  SUZUKI's avatar Yuka SUZUKI
Browse files

set seed for MAF

parent 17ca4357
No related branches found
No related tags found
No related merge requests found
...@@ -73,6 +73,7 @@ for(hypothesis in names(BG_mat)){ ...@@ -73,6 +73,7 @@ for(hypothesis in names(BG_mat)){
D_pval[simu,"N_samp"] = N D_pval[simu,"N_samp"] = N
D_pval[simu,"env_cor"] = ce D_pval[simu,"env_cor"] = ce
# Draw SNPs : # Draw SNPs :
set.seed(1111)
MAF = runif(M,0.05, 0.95) MAF = runif(M,0.05, 0.95)
i= 1 i= 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment