inst/parallel/Phase4.R

#########################################
## PHASE 4: Sample Markov chain (MCMC).
##          Slow. Parallelize.
##
## NB: nruns is found in the params.txt parameter file.
##
## Input files (results of Phase 1 and Phase 2):
##       Phase1.RData
##       Phase3.RData
##
## Output files (one per invocation):
##       mcmcN.RData (N = 1, ..., nruns)
##
## Argument:
##       index (number from 1 to nruns)

library(qtlnet)
parallel.qtlnet(4, commandArgs(TRUE))

Try the qtlnet package in your browser

Any scripts or data that you put into this service are public.

qtlnet documentation built on April 14, 2020, 6:24 p.m.