Nothing
runBootstrap <-
function(experiment, replicates=1000, quantiles=c(0.025,0.975)){
cat("Starting bootstrap analysis for", experiment$accession,"- This might take a while...\n")
newexp <- copynumberBootstrap(experiment=experiment,replicates=replicates, quantiles=quantiles,windowlength=experiment$windowlength)
cat("Finished bootstrap analysis.\n")
experiment <- newexp
return(experiment)
}
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.