Nothing
## ----loadLibraries, results = 'hide', echo = FALSE----------------------------
library(a4Preproc)
## ----addGeneInfo, message = FALSE---------------------------------------------
library(ALL)
data(ALL)
a4ALL <- addGeneInfo(eset = ALL)
print(head(fData(a4ALL)))
print(head(featureData(a4ALL)))
## ----sessionInformation, echo = FALSE-----------------------------------------
print(sessionInfo())
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.