Nothing
setClass("DKSGeneScores", representation(gscores.up="matrix",
gscores.down="matrix"))
setClass("DKSGeneSet", representation(genes="vector", classes="factor"))
setClass("DKSClassifier", representation(genes.up="DKSGeneSet",
genes.down="DKSGeneSet"))
setClass("DKSPredicted", representation(samples="vector",
predictedClass="factor", predictedScore="vector", scoreMatrix="matrix"))
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.