Description Usage Arguments Value See Also Examples
This function draws a plots for the ResultSet from integration function
1 2 3 4 5 6 | 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.
1 2 | data("crs", package = "omicRexposome")
plotIntegration(crs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.