plotExwas | R Documentation |
ExWAS
objectThis function draws a sort of manhattan plots using the p-value of the
association of the exposures with phenotypes of an ExWAS
object.
plotExwas( object, ..., subtitles, color, exp.order, labels, show.effective = TRUE )
object |
An |
... |
Other objects of class |
subtitles |
(optional) Characters used as "substitle" when more than one
|
color |
(optional) Character vector of HTML colors, labeled with family's names. Used to colore the exposures. |
exp.order |
(optional) Character vector of exposures used to order and subset the plot. |
labels |
(optional) Character vector with the labels for each exposure. It must be labeled vector. |
show.effective |
(default |
An object of class ggplot
.
exwas as a constructor for ExWAS objects, extract to obtain a table with the result of the ExWAS
data(exposome) w1 <- exwas(expo[1:5, ], asthma~1, family = "binomial") plotExwas(w1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.