Learn R Programming

mQTL.NMR (version 1.6.0)

SRV_lod.plot: 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

See Also

SRV.plot

Examples

Run this code

load_datafiles()
load(results)

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

Run the code above in your browser using DataLab