| Signet-class {signet} | R Documentation |
An S4 class to represent a pathway and the results of the associated simulated annealing run.
## S4 method for signature 'Signet' show(object) ## S4 method for signature 'Signet' summary(object) ## S4 method for signature 'Signet,missing' plot(x, y, ...) ## S4 method for signature 'Signet' initialize(.Object, pathway, scores, iterations)
object |
A signet object. |
x |
A signet object. |
y |
Omitted when plotting a Signet object. |
... |
Other graphical parameters. |
.Object |
Object to initialize. |
pathway |
Biological pathway (graphNEL object). |
scores |
Gene scores list. |
iterations |
Number of simulated annealing iterations. |
A plot of the simulated annealing run.
A signet object.
show: Print the summary a Signet object
summary: Print the summary of a Signet object
plot: Plot a Signet object
initialize: Initialize a Signet object
connected_compA graphNEL object (biological pathway)
networkA data frame (gene IDs and scores)
SAA data frame (information on the simulated annealing run)
subnet_scoreA numeric value (subnetwork score)
aggregate_scoreA numeric value (aggregate subnetwork score)
mean_scoreA numeric value (average gene score in the pathway)
subnet_sizeAn integer value (subnetwork size)
subnet_genesA factor (subnetwork genes)
p.valueA numeric value (empirical p-value)