gsem
Rust implementation of GenomicSEM — multivariate LD Score Regression and Structural Equation Modeling on GWAS summary statistics.
Install
CLI
# Munge GWAS summary statistics
# Run multivariate LDSC
# Fit SEM model
# Common factor
# Multivariate GWAS
# Merge sumstats
As a library
[]
= "0.1"
= "0.1"
use ;
use ;
Workspace crates
| Crate | Description |
|---|---|
gsem-matrix |
nearPD, vech, PSD smoothing |
gsem-ldsc |
LDSC, HDL, stratified LDSC, block jackknife |
gsem-sem |
SEM engine (DWLS/ML, L-BFGS, sandwich SE) |
gsem |
CLI, I/O, munge, sumstats merge, GWAS pipeline |
Citation
Grotzinger, A.D. et al. Genomic structural equation modelling provides insights into the multivariate genetic architecture of complex traits. Nat Genet 51, 513–520 (2019).
License
GPL-3.0