View source: R/plot.sig.snps.R
| plot_sig_snps | R Documentation | 
Plot a histogram of the null distribution, indicating the significance threshold and the names and association scores of significant sites.
plot_sig_snps(
  corr.dat,
  corr.sim,
  corr.sim.subset = NULL,
  sig.corrs = NULL,
  sig.snps = NULL,
  sig.thresh = NULL,
  test = NULL,
  sig.snps.col = "blue",
  hist.col = rgb(0, 0, 1, 0.5),
  hist.subset.col = rgb(1, 0, 0, 0.5),
  thresh.col = "seasun",
  snps.assoc = NULL,
  snps.assoc.col = "red",
  bg = "lightgray",
  grid = TRUE,
  freq = FALSE,
  plot.null.dist = TRUE,
  plot.dist = FALSE,
  main.title = TRUE,
  ...
)
| arg | Description. | 
Caitlin Collins caitiecollins@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.