The gscore function is used for genomic predictions based on single marker summary statistics (coefficients, log-odds ratios, z-scores) and observed genotypes.
gscore(Glist = NULL, stat = NULL, ids = NULL, scale = TRUE,
impute = TRUE, msize = 100, ncores = 1)
list of information about genotype matrix
matrix of single marker effects
vector of individuals used in the analysis
logical if TRUE the genotype markers have been scale to mean zero and variance one
logical if TRUE missing genotypes are set to its expected value (2*af where af is allele frequency)
number of genotype markers used for batch processing
number of cores used in the analysis