SRV_lod.plot {mQTL.NMR}R Documentation

Plot top lod SRV clusters

Description

Plot all SRV clusters associated with the top lod locus

Usage

SRV_lod.plot(results, file, Th)

Arguments

results

a list specifying the results of mQTL mapping

file

a text file contains resulting clusters

Th

a numerical value of LOD threshold

Author(s)

Lyamine Hedjazi

See Also

SRV.plot

Examples


load_datafiles()
load(results)

## Plot LOD profile
SRV_lod.plot(results,rectangle_SRV,T=1)


[Package mQTL.NMR version 1.14.0 Index]