Learn R Programming

PathwaySpace (version 1.0.1)

vertexSignal,PathwaySpace-method: Accessor functions for fetching slots from a PathwaySpace object.

Description

Get or set 'signal' for a PathwaySpace class object.

Usage

# S4 method for PathwaySpace
vertexSignal(pts)

# S4 method for PathwaySpace vertexSignal(pts) <- value

Value

A numeric vector.

Arguments

pts

A PathwaySpace class object.

value

A numeric vector with values representing signal intensities. This vector should be aligned to the "vertex" slot.

Examples

Run this code
data('gtoy1', package = 'PathwaySpace')
pts <- buildPathwaySpace(gtoy1, nrc = 100)
vertexSignal(pts)

Run the code above in your browser using DataLab