plot_nei {rNeighborQTL} | R Documentation |
Plot LOD score for self or neighbor QTL effects
Description
Plot LOD curves for a genome scan of self and neighbor QTL effects.
Usage
plot_nei(res, type = c("neighbor", "self", "int"), chr = NULL, th = NULL, ...)
Arguments
res |
Output results of |
type |
Plot |
chr |
An optional vector to select chromosome numbers to be plotted. If |
th |
Add genome-wide threshold by user-defined vectors or Bonferroni correction. Default is no thresholds added. |
... |
Arguments to be passed to |
Details
For the type
argument, "int"
can be selected to draw the results of int_neighbor()
.
In this case, the res
object and type
must match, otherwise it returns an error message.
Author(s)
Yasuhiro Sato (sato.yasuhiro.36c@kyoto-u.jp)
See Also
scan_neighbor
int_neighbor
perm_neighbor
[Package rNeighborQTL version 1.1.2 Index]