Learn R Programming

qgg (version 1.0.3)

gscore: Genomic prediction based on single marker summary statistics

Description

The gscore function is used for genomic predictions based on single marker summary statistics (coefficients, log-odds ratios, z-scores) and observed genotypes.

Usage

gscore(Glist = NULL, stat = NULL, ids = NULL, scale = TRUE,
  impute = TRUE, msize = 100, ncores = 1)

Arguments

Glist

list of information about genotype matrix

stat

matrix of single marker effects

ids

vector of individuals used in the analysis

scale

logical if TRUE the genotype markers have been scale to mean zero and variance one

impute

logical if TRUE missing genotypes are set to its expected value (2*af where af is allele frequency)

msize

number of genotype markers used for batch processing

ncores

number of cores used in the analysis