-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.Rmd
95 lines (66 loc) · 2.62 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
---
title: "Gene-vegetarianism interactions"
author: Mike Francis
date: "`r Sys.time()`"
output:
html_document:
toc: false
includes:
in_header: "favicon.html"
---
### ![](images/paste-C5ECBF03.png)
### Here, you will find the code used in the manuscript, "**Gene-vegetarianism interactions detected in genome-wide analyses across 30 serum biomarkers**"<br/><br/>
### Our goal in this website was to make the analysis in our study as transparent and helpful as possible.<br/><br/>
### Please feel free to use our code and cite our paper!<br/>
------------------------------------------------------------------------
## Site highlights:
#### **· [Defining vegetarians](https://michaelofrancis.github.io/VegetarianGDI/DefineVeg.html)**
#### **· [Matching and effects analysis](https://michaelofrancis.github.io/VegetarianGDI/MatchEffect.html)**
#### **· [Interactive Manhattan plots](https://michaelofrancis.github.io/VegetarianGDI/GxEplots.html)**
------------------------------------------------------------------------
## Download summary statistics
<br/>
#### GWAS and GWIS summary statistics are hosted by GWAS Catalog.
#### They can be downloaded using the accessions found in this table:<br/>
```{r, echo=FALSE}
library(fontawesome)
library(downloadthis)
download_link(
link = "https://github.com/michaelofrancis/VegetarianGDI/blob/main/Gene-Veg_GWASCatalog_Accessions.xlsx?raw=true",
button_label = "Download sumstats accessions table",
button_type = "primary",
has_icon = TRUE,
icon = "fa fa-save",
self_contained = TRUE
)
```
<br/><br/>
#### Download gene-level summary statistics (MAGMA output): <br/>
```{r, echo=FALSE}
download_link(
link = "https://github.com/michaelofrancis/VegetarianGDI/blob/main/GenexVegetarian-MAGMA-sumstats.zip?raw=true",
button_label = "Download gene-level sumstats",
button_type = "primary",
has_icon = TRUE,
icon = "fa fa-save",
self_contained = TRUE
)
```
<br/>
------------------------------------------------------------------------
<br/><br/>
#### Download Supplementary Figures: <br/>
```{r, echo=FALSE}
download_link(
link = "https://github.com/michaelofrancis/VegetarianGDI/blob/main/SupplementaryFigures.pdf?raw=true",
button_label = "Download Supplementary Figures 1-10",
button_type = "danger",
has_icon = TRUE,
icon = "fa fa-save",
self_contained = TRUE
)
```
<br/>
------------------------------------------------------------------------
#### Questions about this study or this website? Contact Michael Francis at michaelfrancisphd\@protonmail.com
#### Github repository for this website is [here](https://github.com/michaelofrancis/VegetarianGDI)