Last updated: 2025-05-29
Checks: 6 1
Knit directory: multigroup_ctwas_analysis/
This reproducible R Markdown analysis was created with workflowr (version 1.7.0). The Checks tab describes the reproducibility checks that were applied when the results were created. The Past versions tab lists the development history.
The R Markdown is untracked by Git. To know which version of the R
Markdown file created these results, you’ll want to first commit it to
the Git repo. If you’re still working on the analysis, you can ignore
this warning. When you’re finished, you can run
wflow_publish
to commit the R Markdown file and build the
HTML.
Great job! The global environment was empty. Objects defined in the global environment can affect the analysis in your R Markdown file in unknown ways. For reproduciblity it’s best to always run the code in an empty environment.
The command set.seed(20231112)
was run prior to running
the code in the R Markdown file. Setting a seed ensures that any results
that rely on randomness, e.g. subsampling or permutations, are
reproducible.
Great job! Recording the operating system, R version, and package versions is critical for reproducibility.
Nice! There were no cached chunks for this analysis, so you can be confident that you successfully produced the results during this run.
Great job! Using relative paths to the files within your workflowr project makes it easier to run your code on other machines.
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 6fc9c34. 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: .Rhistory
Ignored: cv/
Untracked files:
Untracked: analysis/realdata_final_genefunctions.Rmd
Untracked: figures/
Unstaged changes:
Modified: analysis/realdata_final_combine_qtls.Rmd
Modified: analysis/realdata_final_downstream_enrichment_compare.Rmd
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.
There are no past versions. Publish this analysis with
wflow_publish()
to start tracking its development.
https://sq-96.github.io/multigroup_ctwas_analysis/realdata_final_multigroup_summary.html
LDLR, PCSK9, CETP, CCNJ, PKN3, APOC1, ABCA8, FCGRT, DNAJC13, LRCH4, HMGCR, ASGR1, APOB, FLT3, ADH1B, ZDHHC18, USP39, TIMD4, ZFYVE1, NPC1L1, ERGIC3, ACP6, MITF, PSRC1, SNX17, GABBR1, KIF13B, R3HDM2, SIPA1, FAM117B, PGS1, MYPOP, USP3, ADRB1, WASHC4, PHC1, TPD52, THOP1, ZFP28, PDE4C, XPNPEP3, DMTN, SEPT2
Genes with Strong Evidence of Association with LDL Cholesterol
LDLR (Low-Density Lipoprotein Receptor): Mutations in LDLR are a primary cause of familial hypercholesterolemia, leading to elevated LDL cholesterol levels due to impaired clearance of LDL particles from the bloodstream. PCSK9 (Proprotein Convertase Subtilisin/Kexin Type 9): PCSK9 regulates LDL receptor degradation. Gain-of-function mutations increase LDL cholesterol levels, while loss-of-function mutations are associated with reduced LDL cholesterol and a lower risk of coronary heart disease.
file_path <- "figures/lz/LDL-ukb-d-30780_irnt/multi/LDLR.pdf"
cat("File exists:", file.exists(file_path), "\n")
File exists: TRUE
cat("Full path:", normalizePath(file_path))
Full path: /project/xinhe/xsun/website/multigroup_ctwas_analysis/figures/lz/LDL-ukb-d-30780_irnt/multi/LDLR.pdf
APOB (Apolipoprotein B): APOB encodes the primary protein component of LDL particles. Mutations can impair LDL binding to its receptor, resulting in elevated LDL cholesterol levels.
CETP (Cholesteryl Ester Transfer Protein): CETP facilitates the transfer of cholesteryl esters from HDL to LDL and VLDL particles. Variants in CETP can influence HDL and LDL cholesterol levels. HMGCR (3-Hydroxy-3-Methylglutaryl-CoA Reductase): This enzyme is the rate-limiting step in cholesterol biosynthesis and is the target of statin therapy. Variants in HMGCR can affect LDL cholesterol levels. NPC1L1 (Niemann-Pick C1-Like 1): NPC1L1 is critical for intestinal cholesterol absorption. Inhibitors like ezetimibe target this protein to reduce LDL cholesterol levels. ASGR1 (Asialoglycoprotein Receptor 1): Loss-of-function mutations in ASGR1 have been associated with reduced LDL cholesterol levels and a lower risk of coronary artery disease. APOC1 (Apolipoprotein C1): APOC1 modulates lipoprotein metabolism and has been linked to variations in LDL cholesterol levels. PSRC1 (Proline and Serine Rich Coiled-Coil 1): Variants near PSRC1 have been linked to LDL cholesterol levels in genome-wide association studies (GWAS). TIMD4 (T-cell Immunoglobulin and Mucin Domain Containing 4): Variants in TIMD4 have been associated with decreased serum triglyceride levels and a reduced risk of coronary heart disease and ischemic stroke in certain populations.
sessionInfo()
R version 4.2.0 (2022-04-22)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: CentOS Linux 7 (Core)
Matrix products: default
BLAS/LAPACK: /software/openblas-0.3.13-el7-x86_64/lib/libopenblas_haswellp-r0.3.13.so
locale:
[1] C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] Rcpp_1.0.12 rstudioapi_0.13 knitr_1.39 magrittr_2.0.3
[5] workflowr_1.7.0 R6_2.5.1 rlang_1.1.2 fastmap_1.1.0
[9] fansi_1.0.3 highr_0.9 stringr_1.5.1 tools_4.2.0
[13] xfun_0.41 utf8_1.2.2 cli_3.6.1 git2r_0.30.1
[17] jquerylib_0.1.4 htmltools_0.5.2 rprojroot_2.0.3 yaml_2.3.5
[21] digest_0.6.29 tibble_3.2.1 lifecycle_1.0.4 later_1.3.0
[25] sass_0.4.1 vctrs_0.6.5 promises_1.2.0.1 fs_1.5.2
[29] glue_1.6.2 evaluate_0.15 rmarkdown_2.25 stringi_1.7.6
[33] bslib_0.3.1 compiler_4.2.0 pillar_1.9.0 jsonlite_1.8.0
[37] httpuv_1.6.5 pkgconfig_2.0.3