plot: Graphical method to represent the result of the density or...

Description Usage Arguments Details Author(s) See Also Examples

Description

a plot method for deResult and gtResult objects.

Usage

1
2
3
4
## S4 method for signature 'deResult'
plot(x,...)
## S4 method for signature 'gtResult'
plot(x,...)

Arguments

x

the deResult or gtResult object to plot.

...

general commands to be sent to plot.

Details

The plot generated from a deResult object is a set of density plots.

The plot generated from a gtResult object is a histogram.

Author(s)

N. LeMeur

See Also

ScISI

Examples

1
2
3
4
5
6
data(ScISI)
data(essglist)
essential <- names(essglist)
ScISI <- as.matrix(ScISI)
ratio<- densityEstimate(genename=essential,interactome=ScISI,perm=50)
plot(ratio)

PCpheno documentation built on Nov. 8, 2020, 5:10 p.m.