post_mQTL {mQTL.NMR} | R Documentation |
plot the results of a given run
post_mQTL(results, probs = c(0.95, 0.99, 0.999, 0.9999))
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
# Download data files load_datafiles() # mQTL mapping results load(results) # Plot mQTL mapping results post_mQTL(results)