Description Usage Arguments Value
This function computes various shrinkage metrics
compute_shrinkage_metrics
computes various shrinkage metrics
1 | compute_shrinkage_metrics(DT, pi_i = 1e-04)
|
DT |
data.table object for basis traits as returned by |
pi_i |
numeric the prior probability that a variant is causal see |
a data.table object.
pid - unique id using chr and position (useful for merging back)
bshrink - Bayesian shrinkage based on association across all basis traits
emp_maf_se - empirically derived standard error for MAF
est_maf_se - estimated standard error for MAF
emp_shrinkage - overall shrinkage using emp_maf_se
est_shrinkage - overall shrinkage using est_maf_se
see also maf_se_estimate_sample_size
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.