data(Pscdbp)
## Run of subset of traits. Still takes some time.
Pscdbp.qtlnet <- mcmc.qtlnet(Pscdbp, pheno.col = c(1,2,4,5,6),
threshold = 3.83,
nSamples = 1000, thinning = 20,
random.seed = 92387475, verbose = TRUE)
save(Pscdbp.qtlnet, file = "Pscdbp.qtlnet.RData", compress = TRUE)
data(Pscdbp.qtlnet)
out.qtlnet <- mcmc.qtlnet(Pscdbp, pheno.col = 1:13,
threshold = 3.83,
nSamples = 1000, thinning = 20,
random.seed = 92387475, verbose = TRUE,
saved.scores = Pscdbp.bic)Run the code above in your browser using DataLab