Check concordance between predicted and observed marker effect. Marker effect is predicted based on sparse LD matrix in Glist.
adjLDStat(
stat = NULL,
Glist = NULL,
chr = NULL,
region = NULL,
msize = NULL,
threshold = 1e-05,
overlap = NULL,
niter = 5
)
data frame with marker summary statistics (see required format above)
list of information about genotype matrix stored on disk
chromosome for which marker effect is checked
genome region (in base pairs) for which marker effect is checked
is the number of markers used in the prediction
p-value threshold used for chisquare test for difference between observed and predicted marker effects
is the number of markers overlapping between adjacent genome region
is the number of iteration used for detecting outliers