powered by
get_ambiguous_colocalization get the colocalization by discarding the weaker colocalization events or colocalized outcomes
get_ambiguous_colocalization
get_ambiguous_colocalization( cb_output, min_abs_corr_between_ucos = 0.5, median_abs_corr_between_ucos = 0.8, tol = 1e-09 )
A "colocboost" object of colocboost output with additional elements:
"colocboost"
If exists, a list of ambiguous trait-specific (uncolocalized) effects.
Output object from colocboost analysis
colocboost
Minimum absolute correlation for variants across two trait-specific (uncolocalized) effects to be considered colocalized. The default is 0.5.
Median absolute correlation for variants across two trait-specific (uncolocalized) effects to be considered colocalized. The default is 0.8.
A small, non-negative number specifying the convergence tolerance for checking the overlap of the variables in different sets.
Other colocboost_inference: get_colocboost_summary(), get_robust_colocalization()
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)
Run the code above in your browser using DataLab