gblup: Compute Genomic BLUP values

View source: R/genomic_reml.R

gblupR Documentation

Compute Genomic BLUP values

Description

Compute Genomic BLUP values based on linear mixed model fit output from greml

Usage

gblup(
  GRMlist = NULL,
  GRM = NULL,
  fit = NULL,
  ids = NULL,
  idsCLS = NULL,
  idsRWS = NULL
)

Arguments

GRMlist

list providing information about GRM matrix stored in binary files on disk

GRM

list of one or more genomic relationship matrices

fit

list object output from greml function

ids

vector of ids for which BLUP values is computed

idsCLS

vector of column ids in GRM for which BLUP values is computed

idsRWS

vector of row ids in GRM for which BLUP values is computed


qgg documentation built on Sept. 8, 2023, 5:52 p.m.

Related to gblup in qgg...