# 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)
Run the code above in your browser using DataLab