Input Checks for Summary Statistics
CheckInputsSS(anno, beta, se, lambda, ld, weights, is_skat = FALSE, maf = NULL)
Logical indicating whether the matrix was positive definite.
(snps x 1) annotation vector with values in c(0, 1, 2).
(snps x 1) vector of effect sizes for the coding genetic variants within a gene.
(snps x 1) vector of standard errors for the effect sizes.
Genomic inflation factor.
(snps x snps) matrix of correlations among the genetic variants. Although ideally provided, an identity matrix is assumed if not.
(L x 1) annotation category weights.
Logical, is the check for the SKAT test?
(snps x 1) vector of minor allele frequencies. Although ideally provided, defaults to the zero vector.