View source: R/plot_manhattan.R
plotManhattan | R Documentation |
This function allows for quick generation of a Manhattan plot from rTASSEL association statistical output data.
plotManhattan(
assocRes,
trait = NULL,
threshold = NULL,
colors = c("#91baff", "#3e619b"),
interactive = FALSE,
pltTheme = c("default", "classic")
)
assocRes |
An object of type |
trait |
Which phenotypic trait do you want to plot? If set to
|
threshold |
User-defined |
colors |
A vector of |
interactive |
Do you want to produce an interactive visualization?
Defaults to |
pltTheme |
What theme would like to display for the plot? Only supports one theme currently. |
Returns a ggplot2
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.