decompose_genoprobs {rNeighborQTL} | R Documentation |
Decomposition of conditional genotype probabilities
Description
A function to decompose qtl
's object of conditional genotype probabilities.
Usage
decompose_genoprobs(genoprobs, contrasts = NULL)
Arguments
genoprobs |
Conditional genotype probabilities as taken from |
contrasts |
A vector composed of three TRUE/FALSE values, which represents the presence/absence of specific genotypes as c(TRUE/FALSE, TRUE/FALSE, TRUE/FALSE) = AA, AB, BB. |
Value
A list of three numeric matrices for genotype probabilities AA, AB, and BB. Each contains elements of individuals x markers.
AA
Homozygote AA probabilities.AB
Heterozygote AB probabilities for. NA if inbred linesBB
Homozygote BB probabilities. NA if backcross lines
Author(s)
Yasuhiro Sato (sato.yasuhiro.36c@kyoto-u.jp)
[Package rNeighborQTL version 1.1.2 Index]