Skip to content

Commit ca57bc0

Browse files
author
unknown
committed
Add home page, navigation and theme
1 parent 3f7fe21 commit ca57bc0

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

docs/flow_chart.png

213 KB
Loading

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ <h1 class="title toc-ignore">Overview</h1>
300300
</div>
301301

302302

303-
<p><img src="C:/Users/yang/Desktop/git/flow_chart.png" width="1500" /> <br></p>
303+
<p><img src="flow_chart.png" width="1500" /> <br></p>
304304
<div id="what-is-dbslmm" class="section level1">
305305
<h1>What is DBSLMM</h1>
306306
<p>DBSLMM is the software implementing the Deterministic Bayesian Sparse Linear Mixed Model (DBSLMM). DBSLMM can be used to construction Polygenic Genetics Score (PGS). It fits Linear Mixed Model using summary statistics, LD matrix and LD block information. It is computationally efficient and accurate for Biobank scale GWAS data and uses freely available open-source numerical libraries.</p>

flow_chart.png

213 KB
Loading

index.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "Overview"
66
knitr::opts_chunk$set(echo = TRUE)
77
```
88

9-
![](C:\\Users\\yang\\Desktop\\git\\flow_chart.png){height=1000px, width=1500px} <br>
9+
![](C:\\Users\\yang\\Desktop\\git\\DBSLMM\\flow_chart.png){height=1000px, width=1500px} <br>
1010

1111

1212
# What is DBSLMM

0 commit comments

Comments
 (0)