- Glist
list providing information about genotypes stored on disk
- GRMlist
list providing information about GRM matrix stored in binary files on disk
- ids
vector of individuals used for computing GRM
- rsids
vector marker rsids used for computing GRM
- rws
rows in genotype matrix used for computing GRM
- cls
columns in genotype matrix used for computing GRM
- W
matrix of centered and scaled genotypes
- method
indicator of method used for computing GRM: additive (add, default), dominance (dom) or epistasis (epi-pairs or epi-hadamard (all genotype markers))
- scale
logical if TRUE the genotypes in Glist has been scaled to mean zero and variance one
- msize
number of genotype markers used for batch processing
- ncores
number of cores used to compute the GRM
- fnG
name of the binary file used for storing the GRM on disk
- overwrite
logical if TRUE the binary file fnG will be overwritten
- returnGRM
logical if TRUE function returns the GRM matrix to the R environment
- miss
the missing code (miss=NA is default) used for missing values in the genotype data
- impute
if missing values in the genotype matrix W then mean impute
- pedigree
is a dataframe with pedigree information
- task
either computation of GRM (task="grm" which is default) or eigenvalue decomposition of GRM (task="eigen")