View source: R/colocboost_output.R
get_ambiguous_colocalization | R Documentation |
get_ambiguous_colocalization
get the colocalization by discarding the weaker colocalization events or colocalized outcomes
get_ambiguous_colocalization(
cb_output,
min_abs_corr_between_ucos = 0.5,
median_abs_corr_between_ucos = 0.8,
tol = 1e-09
)
cb_output |
Output object from |
min_abs_corr_between_ucos |
Minimum absolute correlation for variants across two trait-specific (uncolocalized) effects to be considered colocalized. The default is 0.5. |
median_abs_corr_between_ucos |
Median absolute correlation for variants across two trait-specific (uncolocalized) effects to be considered colocalized. The default is 0.8. |
tol |
A small, non-negative number specifying the convergence tolerance for checking the overlap of the variables in different sets. |
A "colocboost"
object of colocboost output with additional elements:
ambiguous_cos |
If exists, a list of ambiguous trait-specific (uncolocalized) effects. |
See detailed instructions in our tutorial portal: https://statfungen.github.io/colocboost/articles/Interpret_ColocBoost_Output.html
Other colocboost_inference:
get_colocboost_summary()
,
get_robust_colocalization()
data(Ambiguous_Colocalization)
test_colocboost_results <- Ambiguous_Colocalization$ColocBoost_Results
res <- get_ambiguous_colocalization(test_colocboost_results)
names(res$ambiguous_cos)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.