powered by
Get or set 'signal' for a PathwaySpace class object.
# S4 method for PathwaySpace vertexSignal(pts)# S4 method for PathwaySpace vertexSignal(pts) <- value
# S4 method for PathwaySpace vertexSignal(pts) <- value
A numeric vector.
A PathwaySpace class object.
A numeric vector with values representing signal intensities. This vector should be aligned to the "vertex" slot.
data('gtoy1', package = 'PathwaySpace') pts <- buildPathwaySpace(gtoy1, nrc = 100) vertexSignal(pts)
Run the code above in your browser using DataLab