plotIntegration {omicRexposome} | R Documentation |
This function draws a plots for the ResultSet from integration function
plotIntegration(object, cmpX = 1, cmpY = 2, lb.th = 0.2, legend.show = TRUE, colors, ...) ## S4 method for signature 'ResultSet' plotIntegration(object, cmpX = 1, cmpY = 2, lb.th = 0.2, legend.show = TRUE, colors, ...)
object |
An object of class ResultSet obtained from crossomics. |
cmpX |
(default |
cmpY |
(default |
lb.th |
(default |
legend.show |
(default |
colors |
(optional) Names vector with the colors sued to draw each dataset. Used when ploting results from MultiCCA. If missing, random colores are chosen. |
... |
Optional arguments are given to |
A ggplot2 object
plotAssociation
for plotting association results.
crossomics
to create a ResultSet
to be passed to
this function.
data("crs", package = "omicRexposome") plotIntegration(crs)