make.loc.right {bqtl} | R Documentation |
Keep track of fully informative markers or states
Description
Helps speed computations in multigene models by allowing a quick assessment of whether two loci are independent given the marker information for the individual.
Usage
make.loc.right(marker.frame, marker.distances)
Arguments
marker.frame |
A |
marker.distances |
Actually a misnomer, this is a vector with a zero in the last position of each chromosome. |
Value
A matrix of the same dimension as marker.frame
whose elements
index the column on the next (right) fully informative marker.
Author(s)
Charles C. Berry cberry@ucsd.edu
[Package bqtl version 1.0-36 Index]