BaselineSS | R Documentation |
Baseline Counts Test from Sumstats
BaselineSS(anno, beta, ld, se, n_anno = 3L, return_beta = FALSE)
anno |
(snps x 1) annotation vector with integer values in 1 through the number of annotation categories L. |
beta |
(snps x 1) vector of effect sizes for the coding genetic variants within a gene. |
ld |
(snps x snps) matrix of correlations among the genetic variants. |
se |
(snps x 1) vector of standard errors for the effect sizes. |
n_anno |
Number of annotation categories L. |
return_beta |
Return estimated effect sizes and standard errors? Default: FALSE. |
If return_beta
, a list containing the category effect sizes,
standard errors, and the p-value. Otherwise, the numeric p-value only.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.