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