recombinationMatrix {Ease}R Documentation

Recombination matrix generation

Description

Generation of the recombination matrix associated to a Genome object.

Usage

recombinationMatrix(genomeObj)

Arguments

genomeObj

a Genome object

Details

A recombination matrix is a square matrix of size equal to the number of genotypes. It is a probability matrix in that the sum of the values in each row is equal to 1. For a given genotype, the row associated with it describes the probabilistic proportions that lead by recombination between diploid loci to the production of the other genotypes (and of itself if there are no mutations).

Value

A recombination matrix (probability matrix which associates to each genotype in a row the probability of recombining or not and of becoming another genotype or remaining the same).

Author(s)

Ehouarn Le Faou


[Package Ease version 0.1.2 Index]