Skip to content

linzhangTuesday/JWAS.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWAS.jl

Build Status

JWAS.jl is an open-source software tool written in Julia for Bayesian multiple regression methods applied to genome-wide association studies and genomic prediction.

Structure of JWAS Module

JWAS.jl

├────── build_model
├────── set_covariate
├────── set_random
├────── get_pedigree
├────── add_genotypes
├────── outputMCMCsamples
├────── showMME
├────── solve
└────── runMCMC

├──────── PedModule.jl

├──────── Datasets.jl

├──────── misc.jl

Help

  1. Show this README file in REPL or notebook using ?JWAS
  2. For help on a specific function above, type ? followed by its name, e.g. ?runMCMC and press enter.
  3. Run Pkg.add(PackageSpec(name="JWAS", rev="master")) to get the newest unofficial JWAS. Run Pkg.free("JWAS") to go back to the offical one.

About

Julia for Whole-genome Analysis Software

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 98.0%
  • Jupyter Notebook 2.0%