findPeak {polyqtlR}R Documentation

Function to find the position of maximum LOD on a particular linkage group

Description

Given QTL output, this function returns the position of maximum LOD for a specified linkage group.

Usage

findPeak(LOD_data, linkage_group, verbose = TRUE)

Arguments

LOD_data

Output of QTLscan function.

linkage_group

Numeric identifier of the linkage group being tested, based on the order of IBD_list. Only a single linkage group is allowed.

verbose

Should messages be written to standard output? By default TRUE.

Examples

data("qtl_LODs.4x")
findPeak(LOD_data=qtl_LODs.4x,linkage_group=1)

[Package polyqtlR version 0.1.1 Index]