Nothing
`ebam2excel` <-
function(object,delta,file,excel.version=1,n.digits=4,what="both",entrez=FALSE,
chip="",quote=FALSE){
if(!is(object,"EBAM"))
stop("object must be an object of class EBAM.")
siggenes2excel(object,delta,file,excel.version=excel.version,n.digits=n.digits,
what=what,entrez=entrez,chip=chip,quote=quote)
}
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.