Nothing
setMethod("plot", signature(x="ExomeCopy",y="missing"), plot.ExomeCopy)
setMethod("show","ExomeCopy",function(object) {
cat("\nExomeCopy object\n")
cat(paste("sample name: ",object@sample.name,"\n",sep=""))
normal.state <- object@fx.par$normal.state
normal.percent <- round(100*sum(object@path==normal.state)/length(object@path),2)
cat(paste("percent normal state: ",normal.percent,"%\n",sep=""))
})
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.