Learn R Programming

MoBPS (version 1.6.64)

get.qtl.variance: QTL effect variance extraction

Description

Function to extract QTL effect variance for single SNP QTLs in a given gen/database/cohort

Usage

get.qtl.variance(population, gen = NULL, database = NULL, cohorts = NULL)

Arguments

population

Population list

gen

Quick-insert for database (vector of all generations to consider)

database

Groups of individuals to consider

cohorts

Quick-insert for database (vector of names of cohorts to consider)

Value

matrix with SNP / Chr / estimated effect variance

Examples

Run this code
# NOT RUN {
data(ex_pop)
effects <- get.qtl.variance(ex_pop)
# }

Run the code above in your browser using DataLab