setClass("cghRaw",
contains = "eSet",
prototype = prototype(new("VersionedBiobase",
versions = c(classVersion("eSet"), cghRaw="1.0.0")))
)
setClass("cghSeg",
contains = "eSet",
prototype = prototype(new("VersionedBiobase",
versions = c(classVersion("eSet"), cghSeg="1.0.0")))
)
setClass("cghCall",
contains = "eSet",
prototype = prototype(new("VersionedBiobase",
versions = c(classVersion("eSet"), cghCall="1.0.0")))
)
setClass("cghRegions",
contains = "eSet",
prototype = prototype(new("VersionedBiobase",
versions = c(classVersion("eSet"), cghRegions="1.0.0")))
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.