Nothing
generateExprVal.method.liwong <- function(probes, ...) {
probes <- t(probes)
if (ncol(probes) == 1) {
warning("method liwong unsuitable when only one probe pair")
list(exprs=as.vector(probes),se.exprs=rep(NA,length(probes)))
}
else {
tmp <- fit.li.wong(probes, ...)
list(exprs=tmp$theta,se.exprs=tmp$sigma.theta)
}
}
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.