Learn R Programming

mQTL.NMR (version 1.6.0)

post_mQTL: Plot top LOD results

Description

plot the results of a given run

Usage

post_mQTL(results, probs = c(0.95, 0.99, 0.999, 0.9999))

Arguments

results
a list containing the results of mQTL analysis.
probs
a numerical vector of probabilities with values in [0,1]. (Values up to 2e-14 outside that range are accepted and moved to the nearby endpoint).

Value

It returns one window gathering all figures of the mQTL analysis. Each figure is also saved separately in the user's working space.

Details

This function plots differents results corresponding to top LOD marker

See Also

pre_mQTL

Examples

Run this code
# Download data files
load_datafiles()

# mQTL mapping results
load(results)

# Plot mQTL mapping results
post_mQTL(results)

Run the code above in your browser using DataLab