KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
mr-base-methods-paper
★ 14
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
SimplifyUnreal
:
A port of Simplify.js, a high-performance polyline simplification library
VMovie
:
RxJava + Retrofit + MVP
twitter
:
A Twitter clone I built when I studied at YRGO university
alexa-demos
:
Series of demos for the Amazon Alexa service
tiny-qiniu
:
A tiny qiniu sdk for uploading file.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
mr-base-methods-paper
?
Download (.md)
# Analysis for MR Base methods paper ## Run main MR analysis Perform analysis of LDL, trigs, Lp(a) on all best outcomes ``` cd scripts Rscript run_mr.R ``` This saves a file in `results/lpa_ldl_trigs.RData` which contains the instruments published by Willer et al, and those variants extracted from a large set of disease and risk factor GWASs. ## Generate graphs LDL-CHD plots ``` Rscript ldl-chd.R ``` Sensitivity analyses for all exposure - outcome pairs with p < 0.05: ``` Rscript figure_sensitivity_boxes.R ``` Volcano plots: ``` Rscript figure_volcano_plots.R ``` ## Create tables ``` Rscript tables.R ``` ## PheWAS scripts ``` Rscript PheWAS.R ```