Nothing
lap.volcanoplot <- function(res, highlight=0, ...)
{
M <- res$M
odds <- res$lap.lods
plot(M, odds, xlab='average log fold change', ylab='log posterior odds', pch=16, cex=0.8, ...)
if(highlight > 0)
{
table <- laptopTable(res, number=highlight)
points(table$M, table$log.odds, pch=3, col='red')
}
invisible()
}
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.