Nothing
ar1analysis <-
function(eset)
{
r <- apply(exprs(eset), 1, ar, order=1, aic=FALSE)
list(alpha=sapply(r, "[[", 2), sigma2=sapply(r, "[[", 3))
}
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.