-
Notifications
You must be signed in to change notification settings - Fork 15
/
README.Rmd
149 lines (113 loc) · 6.03 KB
/
README.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
---
title: "`MungeSumstats`: Standardise the format of GWAS summary statistics"
author: "<h5><i>Authors</i>: Alan Murphy, Brian Schilder and Nathan Skene</h5>"
date: "<h5><i>Updated</i>: `r format(Sys.Date(), '%b-%d-%Y')`</h5>"
bibliography: vignettes/MungeSumstats.bib
csl: vignettes/nature.csl
output: rmarkdown::github_document
vignette: >
%\VignetteIndexEntry{MungeSumstats}
%\VignetteEngine{knitr::rmarkdown}
%\usepackage[utf8]{inputenc}
---
<!-- Readme.md is generated from Readme.Rmd. Please edit that file -->
```{r, echo=FALSE}
knitr::opts_chunk$set(tidy = FALSE,
warning = FALSE,
message = FALSE)
```
<!-- badges: start -->
`r badger::badge_bioc_release(color = "black")`
`r badger::badge_github_version(color = "black")`
`r badger::badge_last_commit(branch = "master")`
`r badger::badge_bioc_download(by = "total", color = "blue")`
`r badger::badge_license()`
`r badger::badge_doi(doi = "https://doi.org/10.1093/bioinformatics/btab665", color="blue")`
<!-- badges: end -->
<!--`r badger::badge_github_actions(action = "rworkflows")`-->
<!--``r badger::badge_codecov(branch = "master")` -->
# Introduction
The `MungeSumstats` package is designed to facilitate the standardisation of GWAS summary statistics.
## Overview
The package is designed to handle the lack of standardisation of output files by the GWAS community. The [MRC IEU Open GWAS](https://gwas.mrcieu.ac.uk/) team have
provided full summary statistics for >10k GWAS, which are API-accessible via the [`ieugwasr`](https://mrcieu.github.io/ieugwasr/) and [`gwasvcf`](https://github.com/MRCIEU/gwasvcf) packages. But these GWAS are only standardised in the sense that they are VCF format, and can be
fully standardised with `MungeSumstats`.
`MungeSumstats` provides a framework to standardise the format for any GWAS summary statistics, including those in VCF format, enabling downstream integration and analysis. It addresses the most common discrepancies across summary statistic files, and offers a range of adjustable Quality Control (QC) steps.
## Citation
If you use `MungeSumstats`, please cite the original authors of the GWAS
as well as:
> Alan E Murphy, Brian M Schilder, Nathan G Skene (2021)
MungeSumstats: A Bioconductor package for the
standardisation and quality control of many GWAS summary
statistics.
*Bioinformatics*, btab665, https://doi.org/10.1093/bioinformatics/btab665
# Installing `MungeSumstats`
`MungeSumstats` is available on
[Bioconductor](https://bioconductor.org/packages/MungeSumstats).
To install `MungeSumstats` on Bioconductor run:
```R
if (!require("BiocManager")) install.packages("BiocManager")
BiocManager::install("MungeSumstats")
```
You can then load the package and data package:
```R
library(MungeSumstats)
```
Note that there is also a
[docker image for MungeSumstats](https://hub.docker.com/r/neurogenomicslab/mungesumstats).
Note that for a number of the checks implored by `MungeSumstats` a reference
genome is used. If your GWAS summary statistics file of interest relates to
*GRCh38*, you will need to install `SNPlocs.Hsapiens.dbSNP155.GRCh38` and
`BSgenome.Hsapiens.NCBI.GRCh38` from Bioconductor as follows:
```R
BiocManager::install("SNPlocs.Hsapiens.dbSNP155.GRCh38")
BiocManager::install("BSgenome.Hsapiens.NCBI.GRCh38")
```
If your GWAS summary statistics file of interest relates to *GRCh37*, you will
need to install `SNPlocs.Hsapiens.dbSNP155.GRCh37` and
`BSgenome.Hsapiens.1000genomes.hs37d5` from Bioconductor as follows:
```R
BiocManager::install("SNPlocs.Hsapiens.dbSNP155.GRCh37")
BiocManager::install("BSgenome.Hsapiens.1000genomes.hs37d5")
```
These may take some time to install and are not included in the package as some
users may only need one of *GRCh37*/*GRCh38*. If you are unsure of the genome
build, MungeSumstats can also infer this information from your data.
# Getting started
See the [Getting started vignette website](https://al-murphy.github.io/MungeSumstats/articles/MungeSumstats.html)
for up-to-date instructions on usage.
See the [OpenGWAS vignette website](https://al-murphy.github.io/MungeSumstats/articles/OpenGWAS.html)
for information on how to use MungeSumstats to access, standardise and perform
quality control on GWAS Summary Statistics from the MRC IEU [Open GWAS Project](https://gwas.mrcieu.ac.uk/).
Please read carefully through the [FAQ website](https://github.com/Al-Murphy/MungeSumstats/wiki/FAQ)
for an queries about running MungeSumstats. If you have any outside of this
problems please do file an [Issue](https://github.com/al-murphy/MungeSumstats/issues)
here on GitHub.
# Future Enhancements
The `MungeSumstats` package aims to be able to handle the most common
summary statistic file formats including VCF. If your file can not be
formatted by `MungeSumstats` feel free to report the [Issue](https://github.com/al-murphy/MungeSumstats/issues)
on GitHub along with your summary statistics file header.
We also encourage people to edit the code to resolve their particular issues
too and are happy to incorporate these through pull requests on github. If your
summary statistic file headers are not recognised by `MungeSumstats` but
correspond to one of
```
SNP, BP, CHR, A1, A2, P, Z, OR, BETA, LOG_ODDS, SIGNED_SUMSTAT, N, N_CAS, N_CON,
NSTUDY, INFO or FRQ,
```
Feel free to update the `data("sumstatsColHeaders")` following the
approach in the *data.R* file and add your mapping. Then use a [Pull Request](https://github.com/al-murphy/MungeSumstats/pulls) on
GitHub and we will incorporate this change into the package.
# Contributors
We would like to acknowledge all those who have contributed to `MungeSumstats`
development:
* [Alan Murphy](https://github.com/Al-Murphy)
* [Nathan Skene](https://github.com/NathanSkene)
* [Brian Schilder](https://github.com/bschilder)
* [Shea Andrews](https://github.com/sjfandrews)
* [Jonathan Griffiths](https://github.com/jonathangriffiths)
* [Kitty Murphy](https://github.com/KittyMurphy)
* [Mykhaylo Malakhov](https://github.com/MykMal)
* [Alasdair Warwick](https://github.com/rmgpanw)
* [Ao Lu](https://github.com/leoarrow1)