plot {SLGI} | R Documentation |
a plot method for siResult
.
## S4 method for signature 'siResult': plot(x,...)
x |
the siResult object to plot. |
... |
general commands to be sent to plot. |
The plot generated from a siResult
object is a dotplot with the
observed and expected data average of interaction represented in 2
different colors.
N. LeMeur
ScISI
data(ScISIC) data(Atong) data(SGA) model <- modelSLGI(Atong, universe= SGA, interactome=ScISIC, type="intM", perm=2) plot(model)