maxlod.sigpos: Positions of Maximum LOD scores above a Threshold

Description Usage Arguments Value Author(s) References See Also Examples

Description

A list of positions with maximum LOD scores above a threshold; a subset of the maxlod.pos output from the maxlod function. Mainly used in subsequent functions

Usage

1
maxlod.sigpos(maxlod.out, sig.lod = 5)

Arguments

maxlod.out

List object, output from the maxlod function

sig.lod

Threshold used to determine significant LOD score, see nullsims function

Value

List with n vectors of m1 positions, where n is the number of chromosmes in scanone and m1 is the number of traits with maximum LOD score above a given threshold

Author(s)

Karl W. Broman and Aimee Teo Broman

References

Jansen, Risert ??

See Also

maxlod neqtl findpeaks.traits peaks

Examples

1
2
3
4
5
6
data(fake.f2expr)
fake.f2expr <- calc.genoprob(fake.f2expr)

scan.f2 <- scanone(fake.f2expr,pheno.col=1:100, method="hk")
maxlod.f2 <- maxlod(scan.f2)
maxlod.sigpos(maxlod.f2,sig.lod=3)

atbroman/neqtl documentation built on May 10, 2019, 2:08 p.m.