Learn R Programming

SLGI (version 1.32.0)

plot: Graphical method to represent the result of the modelSLGI .

Description

a plot method for siResult.

Usage

"plot"(x,...)

Arguments

x
the siResult object to plot.
...
general commands to be sent to plot.

Details

The plot generated from a siResult object is a dotplot with the observed and expected data average of interaction represented in 2 different colors.

See Also

ScISI

Examples

Run this code
data(ScISIC)
data(Atong)
data(SGA)
model <-  modelSLGI(Atong, universe= SGA, interactome=ScISIC,
type="intM", perm=2)
plot(model)

Run the code above in your browser using DataLab