Last updated: 2025-12-02

Checks: 2 0

Knit directory: Improved_LD_SuSiE/

This reproducible R Markdown analysis was created with workflowr (version 1.7.1). The Checks tab describes the reproducibility checks that were applied when the results were created. The Past versions tab lists the development history.


Great! Since the R Markdown file has been committed to the Git repository, you know the exact version of the code that produced these results.

Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility.

The results in this page were generated with repository version 76b71f7. See the Past versions tab to see a history of the changes made to the R Markdown and HTML files.

Note that you need to be careful to ensure that all relevant files for the analysis have been committed to Git prior to generating the results (you can use wflow_publish or wflow_git_commit). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:


Ignored files:
    Ignored:    .DS_Store
    Ignored:    .RData
    Ignored:    .Rhistory
    Ignored:    analysis/.RData
    Ignored:    analysis/.Rhistory

Unstaged changes:
    Modified:   code_push.R

Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.


These are the previous versions of the repository in which changes were made to the R Markdown (analysis/index.Rmd) and HTML (docs/index.html) files. If you’ve configured a remote Git repository (see ?wflow_git_remote), click on the hyperlinks in the table below to view the files as they were in that past version.

File Version Author Date Message
Rmd 76b71f7 dodat97 2025-12-02 wflow_publish(c("analysis/index.Rmd"))
html 384c698 dodat97 2025-12-02 Build site.
html 6882225 dodat97 2025-12-02 Build site.
Rmd 213ec6f dodat97 2025-12-02 wflow_publish(c("analysis/index.Rmd"))
html 0b80e3c dodat97 2025-12-02 Build site.
html feb8208 dodat97 2025-12-02 Build site.
html d5e39ab dodat 2025-12-02 Build site.
Rmd 05b0f50 dodat 2025-12-02 wflow_publish(c("analysis/index.Rmd"))
html 028a8ee dodat97 2025-12-01 Build site.
Rmd f304d90 dodat97 2025-12-01 wflow_publish(c("analysis/index.Rmd"))
html 2cee783 dodat97 2025-12-01 Build site.
html 0e0886b dodat 2025-12-01 Build site.
Rmd 0da7058 dodat 2025-12-01 wflow_publish(c("analysis/index.Rmd"))
html 50237e3 dodat97 2025-11-24 Build site.
html 988f53d dodat 2025-11-24 Build site.
html 6d7c094 dodat 2025-11-23 Build site.
Rmd 57e5611 dodat 2025-11-23 wflow_publish(c("analysis/index.Rmd"))
html 88bdecb Peter Carbonetto 2025-11-13 Added link to overview page.
Rmd f22a4cd Peter Carbonetto 2025-11-13 wflow_publish("index.Rmd")
html f93561b Peter Carbonetto 2025-10-12 Added a link to the overview page.
Rmd 110e9ae Peter Carbonetto 2025-10-12 wflow_publish("analysis/index.Rmd")
html b44205b dodat97 2025-09-17 Build site.
html acf8866 dodat97 2025-09-17 Build site.
html b2bf6a7 dodat97 2025-09-17 Build site.
Rmd 1709da9 dodat97 2025-09-17 wflow_publish(c("analysis/index.Rmd"))
html 154e081 dodat97 2025-09-10 Build site.
html 2f9cb47 dodat97 2025-09-10 Build site.
html f928a8a dodat97 2025-09-09 Build site.
html 1b2c53c dodat97 2025-09-09 Build site.
html 1d961db dodat97 2025-09-08 Build site.
Rmd 44a7d25 dodat97 2025-09-08 wflow_publish(c("analysis/index.Rmd"))
html 70af608 dodat97 2025-08-29 Build site.
Rmd 7be5986 dodat97 2025-08-29 wflow_publish(c("analysis/index.Rmd"))
html 6fcc945 dodat97 2025-08-28 Build site.
Rmd 6d1e966 dodat97 2025-08-28 wflow_publish(c("analysis/index.Rmd"))
html ffcd6df dodat97 2025-08-28 Build site.
html 35b71f6 dodat97 2025-08-28 Build site.
Rmd 0c916cc dodat97 2025-08-28 wflow_publish("analysis/index.Rmd")
Rmd dc5a991 Dat Do 2025-08-28 Infer L analysis
html 521f16a Ldo3 2025-08-22 Build site.
html 97a384d Ldo3 2025-08-22 Build site.
html 21dc38a Ldo3 2025-08-21 Build site.
html 7008df9 Ldo3 2025-08-21 Build site.
Rmd e0cb76e Ldo3 2025-08-21 wflow_publish("analysis/*")
html c7b76bb Ldo3 2025-08-21 Build site.
html 385ca92 Ldo3 2025-08-21 Build site.
html 79c290f Ldo3 2025-08-21 Build site.
html 1edbb44 Ldo3 2025-08-21 Build site.
Rmd c0c2c6d Ldo3 2025-08-21 Start workflowr project.

We investigate the performance of SuSiE model for summary statistics with various types of covariance (LD) matrices. We consider 5 types of covariance matrices:

  1. In-sample LD matrix: Gold standard

  2. Out-sample LD matrix: LD matrix \(\widehat{R}\) calculated from a out-of-sample data

  3. Regularized: \(\widehat{R}_{\lambda} = (1-\lambda) * \widehat{R} + \lambda * I\) with \(\lambda = 0.1\)

  4. Truncated SVD: \(\tilde{R}\) as presented in the paper

  5. TSVD + Reg.: \(\tilde{R}_{\lambda} = (1-\lambda) * \tilde{R} + \lambda * I\) with \(\lambda = 0.1\)

Analyses: