View source: R/polyqtlR_functions.R
| findPeak | R Documentation | 
Given QTL output, this function returns the position of maximum LOD for a specified linkage group.
findPeak(LOD_data, linkage_group, verbose = TRUE)
| LOD_data | Output of  | 
| linkage_group | Numeric identifier of the linkage group being tested, based on the order of  | 
| verbose | Should messages be written to standard output? By default  | 
data("qtl_LODs.4x")
findPeak(LOD_data=qtl_LODs.4x,linkage_group=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.