PathwaySpace-class {PathwaySpace} | R Documentation |
PathwaySpace: An S4 class for signal propagation on image spaces.
Description
PathwaySpace: An S4 class for signal propagation on image spaces.
Value
An S4 class object.
Slots
vertex
A character vector with vertex names.
vsignal
A numerical vector with vertex signals.
vweight
A numerical vector with vertex weights.
edges
A data frame with edges.
gxy
A data frame with xy-vertex coordinates (numerical).
gxyz
A numerical matrix with x-cols and y-rows coordinates, and a z-signal.
pars
A list with parameters.
misc
A list with intermediate objects for downstream methods.
status
A vector containing the processing status of the PathwaySpace object.
Constructor
see buildPathwaySpace
constructor.
Author(s)
Mauro Castro, mauro.castro@ufpr.br
[Package PathwaySpace version 1.0.1 Index]