Nothing
## Definition of all generic functions
setGeneric("getIntens",signature="object",
function(object,y)standardGeneric("getIntens")
)
setGeneric("getExprSummary",signature="object",
function(object,y,z)standardGeneric("getExprSummary")
)
setGeneric("getSDSummary",signature="object",
function(object,y,z)standardGeneric("getSDSummary")
)
setGeneric("getProbeConcs",signature="object",
function(object,y)standardGeneric("getProbeConcs")
)
setGeneric("plotIntens", signature="object",
function(object,y,z,...)standardGeneric("plotIntens")
)
setGeneric("plotILM", signature="object",
function(object,y,z,...)standardGeneric("plotILM")
)
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.