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

Description Usage Arguments Details Author(s) See Also Examples

Description

a plot method for siResult.

Usage

1
2
## S4 method for signature 'siResult'
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.

Author(s)

N. LeMeur

See Also

ScISI

Examples

1
2
3
4
5
6
data(ScISIC)
data(Atong)
data(SGA)
model <-  modelSLGI(Atong, universe= SGA, interactome=ScISIC,
type="intM", perm=2)
plot(model)

SLGI documentation built on Nov. 8, 2020, 11 p.m.