Learn R Programming

PCpheno (version 1.34.0)

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

Description

a plot method for deResult and gtResult objects.

Usage

"plot"(x,...) "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.

See Also

ScISI

Examples

Run this code
data(ScISI)
data(essglist)
essential <- names(essglist)
ScISI <- as.matrix(ScISI)
ratio<- densityEstimate(genename=essential,interactome=ScISI,perm=50)
plot(ratio)

Run the code above in your browser using DataLab