Description Usage Arguments Value Methods Author(s) See Also Examples
This function is a method of the StackedData class which retrieves the markers from a StackedData object or which assigns the markers data slot of a StackedData object.
1 2 3 4 5 6 7 |
object |
an object of the StackedData class |
value |
a replacement value |
matrix of markers data.
signature(object = "StackedData")
Get the marker matrix from the object.
signature(object = "StackedData", value = "matrix")
Set the value of the markers data slot in the object.
N. Hawkins, Fred Hutchinson Cancer Research Center, Seattle, WA
1 2 3 4 5 6 7 8 9 10 11 | # Load the marker data and set the marker data slot
data(markerMatrix)
# Create a stacked data object
stackedDataObject = new("StackedData")
# Set the marker data slot
markers(stackedDataObject) = markerMatrix
# Get the marker data from the stacked data object
markers = markers(stackedDataObject)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.