.FlexmapSet <- setClass("FlexmapSet",
slots=list(dilutionData="AnnotatedDataFrame",
replicateData="AnnotatedDataFrame",
processingData="character"),
contains="eSet",
prototype=prototype(
new("VersionedBiobase",
versions=c(Biobase::classVersion("eSet"),
FlexmapSet="1.0.0")))
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.