Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
explodecomputer committed Jan 31, 2020
1 parent 0111ab3 commit 91c6cf6
Show file tree
Hide file tree
Showing 129 changed files with 776 additions and 502 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions R/multivariable_mr.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ mv_extract_exposures <- function(id_exposure, clump_r2=0.001, clump_kb=10000, ha

# Get effects of each instrument from each exposure
d1 <- extract_outcome_data(exposure_dat$SNP, id_exposure, access_token = access_token, proxies=find_proxies)
print(str(d1))
d1 <- subset(d1, mr_keep.outcome)
d2 <- subset(d1, id.outcome != id_exposure[1])
d1 <- convert_outcome_to_exposure(subset(d1, id.outcome == id_exposure[1]))
Expand Down
13 changes: 10 additions & 3 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
template:
params:
bootswatch: united

navbar:
left:
- text: "Vignettes"
- text: "Guide"
href: articles/index.html
- text: "Functions"
href: reference/index.html
- text: "Changelog"
href: "news/index.html"
right:
- text: "Source"
href: https://github.com/mrcieu/TwoSampleMR

articles:
- title: "Vignettes"
- title: "Guide"
desc: >
The following vignettes provide detailed illustrations of the
The following pages provide detailed illustrations of the
TwoSampleMR package.
contents:
- introduction
Expand Down
10 changes: 6 additions & 4 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions docs/articles/exposure.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions docs/articles/gwas2020.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions docs/articles/harmonise.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions docs/articles/introduction.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 91c6cf6

Please sign in to comment.