powered by
Function to estimate marker effects
effect.estimate.add(geno, pheno, map = NULL, scaling = TRUE)
Empirical kinship matrix (IBD-based since Founders)
genotype dataset (marker x individuals)
phenotype dataset (each phenotype in a row)
genomic map
Set FALSE to not perform variance scaling
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)
Run the code above in your browser using DataLab