# NOT RUN {
data("dflatExample")
data("gse32472Example")
# It is possible to run just the model-building and scoring functions and skip
# cross-validation. This is not recommended for general use, but may be useful
# in some cases
results = tempo.runInstance(ctrl=gse32472Example$ctrl,
test=gse32472Example$test,
genesets=dflatExample,
X=gse32472Example$data,
Y=gse32472Example$age)
# }
Run the code above in your browser using DataLab