Description Usage Arguments Details
Plot QTL positions and confidence intervals from an r/qtl object onto a plotQTL plot. Maximum-likelihood positions are labelled with an upward arrow if the reference allele increases the phenotype, and vice versa.
| 1 2 | plotQTL_qtl(plotQTL, qtl_object, model_fit, lane, fill_cutoff = 0, col = 1,
  ...)
 | 
| plotQTL | A plotQTL object from plotQTL(). | 
| model_fit | A fitQTL object from r/qtl. | 
| lane | Integer indicating which lane to plot to. | 
| fill_cutoff | Threshold length of a confidence interval on QTL positions, above which points will be empty, and below which points will be filled. | 
| col | Plotting colour. | 
| ... | Additional plotting commands. | 
| qtlobject | A QTL object from r/qtl. | 
QTL with narrow confidence intervals are plotted with filled arrows. If confidence intervals are greater than a threshold number of centimorgans, arrows are plotted empty. This can be disabled by setting fill_cutoff to a larger number than the longest interval.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.