# The Su et al. (2002) Novartis multi-tissue data set
# See the Consensus Clustering paper from Monti et al. (2003)
library('fabiaData')
data("Multi_A", package = "fabiaData")
x <- unname(t(XMulti))
y <- factor(CMulti)
su <- list(x = x, y = y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.