Nothing
setClass("GeneDependencyModel",
representation(
loc = "numeric",
#locs = "numeric",
geneName = "character",
#geneNames = "character",
chromosome = "numeric",
arm = "character"),
prototype(geneName = "", arm = ""),
contains="DependencyModel")
setClass("ChromosomeModels", representation(models = "list", chromosome = "numeric",
method = "character", params = "list"))
#setClass("ChromosomeArmModels", representation(arm = "character"), contains="ChromosomeModels")
setClass("GenomeModels", representation(chromosomeModels = "list", method = "character", params = "list"))
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.