Baseline Counts Test from Sumstats
BaselineSS(anno, beta, ld, se, n_anno = 3L, return_beta = FALSE)
If return_beta
, a list containing the category effect sizes,
standard errors, and the p-value. Otherwise, the numeric p-value only.
(snps x 1) annotation vector with integer values in 1 through the number of annotation categories L.
(snps x 1) vector of effect sizes for the coding genetic variants within a gene.
(snps x snps) matrix of correlations among the genetic variants.
(snps x 1) vector of standard errors for the effect sizes.
Number of annotation categories L.
Return estimated effect sizes and standard errors? Default: FALSE.