calc_homologprob {viewpoly} | R Documentation |
Calculates homologues probabilities - Adapted from MAPpoly
Description
Calculates homologues probabilities - Adapted from MAPpoly
Usage
calc_homologprob(probs, selected_mks, selected_lgs)
Arguments
probs |
data.frame with first column (named 'ind') as individuals ID and next columns named with markers ID and containing the genotype probability at each marker |
selected_mks |
data.frame with: LG - linkage group ID; mk - marker ID; pos - position in linkage map (cM) |
selected_lgs |
vector containing selected LGs ID |
Value
object of class mappoly.homoprob
[Package viewpoly version 0.4.1 Index]