# Including data.frame: data in workspace.
data("dataTSSS")
# Column names of data.frame: data
names(dataTSSS)
# Data set type of columns of data.frame: data.
str(dataTSSS)
# Visualization of sample A45
#The following code should display a graphic with all samples in green dots and sample
# A45 as red big dot
TSSS("A45",dataTSSS)
Run the code above in your browser using DataLab