testQTLPeakSignificance: Test if QTL peaks are significant.

Description Usage Arguments Value

View source: R/getQTLPeaks.R

Description

Given an object containing a LOD profile and a mapframe of QTL peaks, this function tests which peaks are significant with respect to the specified LOD threshold.

Usage

1
testQTLPeakSignificance(x, threshold, qtl.peaks, ...)

Arguments

x

A scanone object.

threshold

A single numeric LOD significance threshold, or an object (e.g. summary.scanoneperm) containing one such threshold and its associated significance level.

qtl.peaks

Locus mapframe containing QTL peaks.

...

Further arguments. These are passed to getLODProfile, and may include a lodcolumn for a scanone object with multiple LOD columns, or a qtl.index for a qtl object with multiple QTLs.

Value

Logical vector indicating which QTL peaks are significant.


gact/shmootl documentation built on Nov. 11, 2021, 6:23 p.m.