effect.estimate.add: Estimation of marker effects

Description Usage Arguments Value Examples

View source: R/effect.estimate.add.R

Description

Function to estimate marker effects

Usage

1
effect.estimate.add(geno, pheno, map = NULL, scaling = TRUE)

Arguments

geno

genotype dataset (marker x individuals)

pheno

phenotype dataset (each phenotype in a row)

map

genomic map

scaling

Set FALSE to not perform variance scaling

Value

Empirical kinship matrix (IBD-based since Founders)

Examples

1
2
3
4
5
data(ex_pop)
pheno <- get.pheno(ex_pop, gen=1:5)
geno <- get.geno(ex_pop, gen=1:5)
map <- get.map(ex_pop, use.snp.nr=TRUE)
real.bv.add <- effect.estimate.add(geno, pheno, map)

MoBPS documentation built on Nov. 9, 2021, 5:08 p.m.