forked from opain/GenoPred
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
108 lines (74 loc) · 3.78 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
---
title: "Genotype-based Prediction (GenoPred)"
output:
html_document:
toc: true
theme: united
---
***
Welcome!
This website provides details of a project evaluating methods for genotype-based prediction. The website will be updated continuously as the project develops.
**New**: Please see our [GenoPred pipeline (GenoPredPipe)](https://github.com/opain/GenoPred/tree/master/GenoPredPipe), providing a one-liner for ancestry inference and polygenic score calculation.
***
#### Contents:
* Data Preparation
* Genetic
* [Reference genetic: European 503 subset of 1KG](Pipeline_prep.html)
* [Reference genetic: European 10K subset of UK Biobank](Pipeline_prep_withUKBB_ref.html)
* [Target genetic](Genotype-based_scoring_in_target_samples.html)
* Phenotypic
* [Target phenotypic](Target_sample_phenotype_prep.html)
* Main Research Questions
* [Comparison of polygenic scoring methods](Determine_optimal_polygenic_scoring_approach.html)
* [See here for **updated results including LDAK's MegaPRS method**](Determine_optimal_polygenic_scoring_approach_update_21102021.html)
* [Evaluating gene expression risk scores](Functionally_informed_prediction.html)
* [Converting polygenic scores to the absolute scale](Absolute_Conversion.html)
* [Link to Shiny app](PRS_to_Abs_tool.html)
* [Improve polygenic prediction in diverse populations](DiverseAncestry.html) (under development)
* Side Questions
* [Standardised vs. non-standardised](standardised_vs_nonstandarised.html)
* [Estimating significance of model comparisons](Z-test_vs_ANOVA_V2.html)
* Future developments
* Stratification using pathway/tissue-specific genetic scores
* Gene expression risk scores using observed expression
***
#### Help
This website was created by Oliver Pain ([email protected]). Please get in touch if you have any questions or comments. Also, follow me on [twitter](https://twitter.com/ollie_pain) and [GitHub](https://github.com/opain) for updates.
***
#### Acknowledgments
I would like to thank the following people who have contributed to this project so far:
* **Cathryn Lewis**
* Lasse Folkersen
* Kylie Glanville
* Saskia Hagenaars
* Saskia Selzam
* Anna Fürtjes
* Helena Gaspar
* Jonathon Coleman
* Gerome Breen
* Robert Plomin
* Alex Gillett
* Ken Hanscombe
* Ryan Arathimos
* Toshiki Kono
***
#### Funding:
This work is funded by the MRC (MR/N015746/1), and the National Institute for Health Research (NIHR) Biomedical Research Centre at South London and Maudsley NHS Foundation Trust and King’s College London. The authors acknowledge use of the research computing facility at King’s College London, Rosalind (https://rosalind.kcl.ac.uk), which is delivered in partnership with the NIHR Maudsley BRC, and part-funded by capital equipment grants from the Maudsley Charity (award 980) and Guy’s & St. Thomas’ Charity (TR130505). The views expressed are those of the authors and not necessarily those of the NHS, the NIHR or the Department of Health and Social Care.
***
#### Change log:
**24/06/2020**:
* Change log started
* Updated Ancestry_identifier.R to use proper grid search in enet, allow other modelling methods to be specified, and improve model performance reporting.
**13/08/2020**:
* Add comparison between standardised and non-standardised polygenic scores.
**10/02/2021**:
* PRS comparison: Added LDPred2 and DBSLMM methods. Added prostate and breast cancer. Add polygenicity and ancestry senstivity analysis.
* GeRS comparison: Minor formatting changes.
**13/04/2021**
* PRS comparison: Evaluated new version of GCTB v2.03
* PRS conversion to absolute scale: Updated html
**22/08/2021**
* Added GenoPredPipe documentation
**22/08/2021**
* Added LDAK's MegaPRS to polygenic score methods comparison
* Benchmarked the runtime of LDpred2 with new SFMB format