Nothing
## plot the results of the spkBox function
plotSpkBox <- function(boxs, fc=2, box.names=NULL, ...){
par(las=2, mar=c(5.5,4,4,2))
if(!is.null(box.names)) names(boxs) <- box.names
boxplot(boxs, pch="-",
ylab="Observed Log-Ratio", ...)
abline(h=0,lty=3)
abline(h=log2(fc),lty=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.