Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 555 Bytes

File metadata and controls

21 lines (16 loc) · 555 Bytes

GenotypePrediction

Independent Python implementations of classical genomic prediction models.

Implemented models

Model Status Notes
Ridge/SNP-BLUP working primal ridge baseline
GBLUP partial dual kernel method under development
BayesC fixed-q prototype Gibbs sampler
BayesCπ prototype learns global inclusion q
BayesR planned mixture-of-normals prior
BayesRC planned annotation-stratified mixture prior

Installation

git clone ...
cd GenotypePrediction
pdm install