mergemats {hapsim} | R Documentation |
Merges two LD matrices
Description
Merges two LD matrices. It can be used to compare the LD coefficients estimated in the real and simulated data sets
Usage
mergemats(mat1, mat2)
Arguments
mat1 |
First square matrix |
mat2 |
Second square matrix of same dimensions |
Value
The resulting matrix has upper triangular matrix from mat1
and lower triangular matrix from mat2
Author(s)
Giovanni Montana
References
Montana, G. HapSim: a simulation tool for generating haplotype data with pre-specified allele frequencies and LD coefficients. 2005.
[Package hapsim version 0.31 Index]