Skip to content

Commit

Permalink
update coloc functions
Browse files Browse the repository at this point in the history
  • Loading branch information
matt committed Jun 13, 2024
1 parent 11e6407 commit 6fd4136
Show file tree
Hide file tree
Showing 9 changed files with 488 additions and 147 deletions.
6 changes: 5 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ export(calculate_and_insert_percent_change)
export(calculate_fstat_from_beta_se)
export(calculate_fstat_from_r2)
export(calculate_r2)
export(coloc_perform_colocalization)
export(coloc_check_alignment)
export(coloc_manh.plot)
export(coloc_plot_dataset)
export(coloc_prior.adjust)
export(coloc_prior.snp2hyp)
export(coloc_sensitivity)
export(directional_consistency)
export(epic_somalogic_analysis)
Expand Down
423 changes: 321 additions & 102 deletions R/coloc_functions.R

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions man/coloc_check_alignment.Rd

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

27 changes: 27 additions & 0 deletions man/coloc_manh.plot.Rd

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

31 changes: 0 additions & 31 deletions man/coloc_perform_colocalization.Rd

This file was deleted.

53 changes: 53 additions & 0 deletions man/coloc_plot_dataset.Rd

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

25 changes: 25 additions & 0 deletions man/coloc_prior.adjust.Rd

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

23 changes: 23 additions & 0 deletions man/coloc_prior.snp2hyp.Rd

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

26 changes: 13 additions & 13 deletions man/coloc_sensitivity.Rd

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

0 comments on commit 6fd4136

Please sign in to comment.