Nothing
## Versions previously defined
.VersionsNull <- setClass("VersionsNull", contains="Versions")
.Versioned <- setClass("Versioned",
representation(.__classVersion__ = "Versions"))
.VersionedBiobase <- setClass("VersionedBiobase",
contains="Versioned",
prototype=prototype(
.__classVersion__ = .Versions(
R = getRversion(),
Biobase = package_version(packageDescription("Biobase", NULL, "Version")))))
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.