# Load a demo igraph
data('gtoy1', package = 'PathwaySpace')
# Create a new PathwaySpace object
pts <- buildPathwaySpace(gtoy1, nrc = 100)
# note: adjust 'nrc' to increase image resolution
# Get the 'status' slot in pts
status <- getPathwaySpace(pts, what = 'status')
Run the code above in your browser using DataLab