kn3in / bayesR

Bayesian hierarchical model for complex trait analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bayesR

Bayesian hierarchical model for complex trait analysis

Quick start

Clone:

git clone https://github.com/syntheke/bayesR.git

Compile:

in the src folder

gfortran -o bayesR RandomDistributions.f90 baymods.f90 bayesR.f90

Run:

The example is from the 14th QTL-MAS workshop. The simdata file in the example folder.

bayesR -bfile simdata -out simout -numit 10000 -burnin 5000 -seed 333

Help:

bayesR –help

Tell me more:

BayesRmanual-0.75.pdf

About

Bayesian hierarchical model for complex trait analysis


Languages

Language:Fortran 100.0%