You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vignettes/gwas2020.Rmd
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ vignette: >
7
7
%\VignetteEncoding{UTF-8}
8
8
---
9
9
10
-
This document details changes and new features specifically relating to the TwoSampleMR R package and the GWAS database behind it.
10
+
This document details changes and new features specifically relating to the TwoSampleMR R package and the IEU OpenGWAS database behind it.
11
11
12
12
## What has changed
13
13
@@ -19,7 +19,7 @@ There is backward compatibility built into the R packages that access the data,
19
19
20
20
### Authentication
21
21
22
-
Previously you would automatically be asked to authenticate any query to the database, through google. Now, we are making authentication voluntary - something that you do at the start of a session only if you need access to specific private datasets on the database. For the vast majority of use cases this is not required.
22
+
Previously you would automatically be asked to authenticate any query to the database, through Google. Now, we are making authentication voluntary - something that you do at the start of a session only if you need access to specific private datasets on the database. For the vast majority of use cases this is not required.
23
23
24
24
Another change is that the R package that managed the authentication has updated, and the file tokens generated are slightly different. For full information on how to deal with this, see here: https://mrcieu.github.io/ieugwasr/articles/guide.html#authentication
25
25
@@ -97,13 +97,13 @@ Either the data in the database, or the GWAS VCF files, can be queried and the r
97
97
98
98
## Key links
99
99
100
-
- The IEU GWAS database: https://gwas.mrcieu.ac.uk
101
-
- API to the IEU GWAS database: https://api.opengwas.io/api/
100
+
- The IEU OpenGWAS database: https://gwas.mrcieu.ac.uk
101
+
- API to the IEU OpenGWAS database: https://api.opengwas.io/api/
102
102
- ieugwasr package, for R access to the API: https://mrcieu.github.io/ieugwasr/
103
-
- ieugwaspy package, for python access to the API: https://github.com/MRCIEU/ieugwaspy/ (Under construction)
103
+
- ieugwaspy package, for python access to the API: https://github.com/MRCIEU/ieugwaspy/
104
104
- gwasvcf package, R interface to GWAS VCF files: https://mrcieu.github.io/gwasvcf/
0 commit comments