| get.qtl.variance | R Documentation |
Function to extract QTL effect variance for single SNP QTLs in a given gen/database/cohort
get.qtl.variance(
population,
gen = NULL,
database = NULL,
cohorts = NULL,
id = NULL
)
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) |
id |
Individual IDs to search/collect in the database |
matrix with SNP / Chr / estimated effect variance
data(ex_pop)
effects <- get.qtl.variance(ex_pop)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.