post_mQTL: Plot top LOD results

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

Description

plot the results of a given run

Usage

1
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).

Details

This function plots differents results corresponding to top LOD marker

Value

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

Author(s)

Hedjazi Lyamine

See Also

pre_mQTL

Examples

1
2
3
4
5
6
7
8
# Download data files
load_datafiles()

# mQTL mapping results
load(results)

# Plot mQTL mapping results
post_mQTL(results)

lhedjazi/mQTL.NMR documentation built on May 31, 2019, 10:47 p.m.