Description Usage Arguments Details Value Author(s) See Also Examples
plot the results of a given run
1 |
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). |
This function plots differents results corresponding to top LOD marker
It returns one window gathering all figures of the mQTL analysis. Each figure is also saved separately in the user's working space.
Hedjazi Lyamine
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.