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

Description Usage Arguments Examples

View source: R/polyqtlR_functions.R

Description

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

Usage

1
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

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

polyqtlR documentation built on Feb. 2, 2022, 5:09 p.m.

Related to findPeak in polyqtlR...