- y
A vector or matrix of phenotypes.
- X
A matrix of covariates.
- W
A matrix of centered and scaled genotypes.
- stat
Dataframe with marker summary statistics.
- trait
Integer used for selection traits in covs object.
- sets
A list of character vectors where each vector represents a set of items. If the names
of the sets are not provided, they are named as "Set1", "Set2", etc.
- fit
List of results from gbayes.
- Glist
List of information about genotype matrix stored on disk.
- chr
Chromosome for which to fit BLR models.
- rsids
Character vector of rsids.
- ids
vector of individuals used in the study
- b
Vector or matrix of marginal marker effects.
- bm
Vector or matrix of adjusted marker effects for the BLR model.
- seb
Vector or matrix of standard error of marginal effects.
- mask
Vector or matrix specifying if marker should be ignored.
- LD
List with sparse LD matrices.
- n
Scalar or vector of number of observations for each trait.
- vg
Scalar or matrix of genetic (co)variances.
- vb
Scalar or matrix of marker (co)variances.
- ve
Scalar or matrix of residual (co)variances.
- ssg_prior
Scalar or matrix of prior genetic (co)variances.
- ssb_prior
Scalar or matrix of prior marker (co)variances.
- sse_prior
Scalar or matrix of prior residual (co)variances.
- lambda
Vector or matrix of lambda values
- scaleY
Logical indicating if y should be scaled.
- shrinkLD
Logical indicating if LD should be shrunk.
- shrinkCor
Logical indicating if cor should be shrunk.
- formatLD
Character specifying LD format (default is "dense").
- pruneLD
Logical indicating if LD pruning should be applied.
- r2
Scalar providing value for r2 threshold used in pruning
- checkLD
Logical indicating if LD matches summary statistics.
- h2
Trait heritability.
- pi
Proportion of markers in each marker variance class.
- updateB
Logical indicating if marker (co)variances should be updated.
- updateG
Logical indicating if genetic (co)variances should be updated.
- updateE
Logical indicating if residual (co)variances should be updated.
- updatePi
Logical indicating if pi should be updated.
- adjustE
Logical indicating if residual variance should be adjusted.
- models
List structure with models evaluated in bayesC.
- checkConvergence
Logical indicating if convergences should be checked.
- critVe
Scalar providing value for z-score threshold used in checking convergence for Ve
- critVg
Scalar providing value for z-score threshold used in checking convergence for Vg
- critVb
Scalar providing value for z-score threshold used in checking convergence for Vg
- critPi
Scalar providing value for z-score threshold used in checking convergence for Pi
- ntrial
Integer providing number of trials used if convergence is not obtaines
- nug
Scalar or vector of prior degrees of freedom for genetic (co)variances.
- nub
Scalar or vector of prior degrees of freedom for marker (co)variances.
- nue
Scalar or vector of prior degrees of freedom for residual (co)variances.
- verbose
Logical; if TRUE, it prints more details during iteration.
- msize
Integer providing number of markers used in computation of sparseld
- threshold
Scalar providing value for threshold used in adjustment of B
- ve_prior
Scalar or matrix of prior residual (co)variances.
- vg_prior
Scalar or matrix of prior genetic (co)variances.
- tol
Convergence criteria used in gbayes.
- nit
Number of iterations.
- nburn
Number of burnin iterations.
- nit_local
Number of local iterations.
- nit_global
Number of global iterations.
- method
Method used (e.g. "bayesN","bayesA","bayesL","bayesC","bayesR").
- algorithm
Specifies the algorithm.