Nothing
setClass("frmaExpressionSet",
representation(
se.exprs="matrix",
weights="matrix",
residuals="matrix",
randomeffects="matrix"),
prototype=prototype(
new("ExpressionSet"),
se.exprs=new("matrix"),
weights=new("matrix"),
residuals=new("matrix"),
randomeffects=new("matrix")),
contains="ExpressionSet")
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.