findPeak: Function to find the position of maximum LOD on a particular...

View source: R/polyqtlR_functions.R

findPeakR 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)

polyqtlR documentation built on May 29, 2024, 7:16 a.m.