Nothing
### The first three functions are here for backwards compatibility.
### They are officially "deprecated", which means (a) you should not
### use them in new code because (b) at some point they will simply
### go away.
tumorGen <- function(...) {
tumor <- Tumor(...)
as(tumor, "list")
}
dataGen <- function(tumor, ...) {
generateTumorData(as(tumor, "Tumor"), ...)
}
runAlg <- function(...) findClones(...)
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.