View source: R/plot_manhattan_qc.R
plotManhattanQC | R Documentation |
This function allows for quick generation of a QC plot from rTASSEL association statistical output data. The main goal of this function is to provide "zoomed" in Manhattan plots that typically fall within genomic ranges of interest plus a flanking window up- and downstream of the ranges.
plotManhattanQC(
assocRes,
trait = NULL,
gr,
window = 1e+05,
threshold = NULL,
classicNames = FALSE,
interactive = FALSE,
verbose = TRUE
)
assocRes |
An object of type |
trait |
Which phenotypic trait do you want to plot? If set to
|
gr |
Genomic ranges of interest. Can be passed as a |
window |
Window size (base-pairs) flanking surround reference range.
Defaults to |
threshold |
User-defined |
classicNames |
Do you want to plot classical gene names instead?
NOTE: this will need a |
interactive |
Do you want to produce an interactive visualization?
Defaults to |
verbose |
Should messages be printed to console? Defaults to
|
Returns a ggplot2
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.