PathwaySpace: An S4 class for signal projection on image spaces
Source:R/pspace-classes.R
PathwaySpace-class.RdPathwaySpace extends the GraphSpace class with
signal projection slots. It stores projected signal matrices,
projection parameters, and workflow status, and is the main object used
by the PathwaySpace package.
Slots
nodesInherited from GraphSpace.
edgesInherited from GraphSpace.
graphInherited from GraphSpace.
imageInherited from GraphSpace.
fdataInherited from GraphSpace.
parsInherited from GraphSpace.
miscInherited from GraphSpace.
uuidInherited from GraphSpace.
projectionA SpaceProjection object storing the intermediate and final matrices produced by a projection method.
pars_psA list with PathwaySpace parameters.
statusA vector containing the processing status of the PathwaySpace object.
Constructor
See buildPathwaySpace.
Author
Sysbiolab Team, Mauro Castro (mauro.castro@ufpr.br)