plot {PCpheno} | R Documentation |
a plot method for deResult
and gtResult
objects.
## S4 method for signature 'deResult': plot(x,...) ## S4 method for signature 'gtResult': plot(x,...)
x |
the deResult or gtResult object to plot. |
... |
general commands to be sent to plot. |
The plot generated from a deResult
object is a set of density plots.
The plot generated from a gtResult
object is a histogram.
N. LeMeur
ScISI
data(ScISI) data(essglist) essential <- names(essglist) ScISI <- as.matrix(ScISI) ratio<- densityEstimate(genename=essential,interactome=ScISI,perm=50) plot(ratio)