# Load the dataset
data(Segment_example)
# View the structure of the dataset
str(Segment_example)
# Extract the marker names
marker_names <- Segment_example[[1]]
# Extract markers for the upper left (UL) segment
UL_markers <- Segment_example$UL
Run the code above in your browser using DataLab