powered by
Given QTL output, this function returns the position of maximum LOD for a specified linkage group.
findPeak(LOD_data, linkage_group, verbose = TRUE)
Output of QTLscan function.
QTLscan
Numeric identifier of the linkage group being tested, based on the order of IBD_list. Only a single linkage group is allowed.
IBD_list
Should messages be written to standard output? By default TRUE.
TRUE
data("qtl_LODs.4x") findPeak(LOD_data=qtl_LODs.4x,linkage_group=1)
Run the code above in your browser using DataLab