powered by
create an ibd.var object from a temporary output file produced by exact.ibd.var.pl perl script, which uses exact computations from merlin
exact.ibd.var(file)
an ibd.var object (e.g. ret) that contains the following elements for each pedigree:
pedigree id
vector of ids for first person in the relative pair
vector of ids for second person in the relative pair
mean vector of ibd sharing between relative pairs person1.id, person2.id
variance-covariance matrix for ibd sharing between pairs of relative pairs
a temporary output file created by exact.ibd.var.pl, a perl scripts provided in /ibdreg/perl/ in the ibdreg package
sim.ibd.var
## create a temporary file using perl script # unix% exact.ibd.var.pl chrom1.pre 1 chr1.var.tmp ## make an ibd.var object from chr1.var.tmp file # R> chr1.ibd.var <- exact.ibd.var("chr1.var.tmp")
Run the code above in your browser using DataLab