setGeneric("sectionNames", function(object, arrays=NULL)
standardGeneric("sectionNames"))
setMethod("sectionNames", "beadLevelData", function(object, arrays=NULL) {
if(is.null(arrays))
as.character(object@sectionData$Targets$sectionName)
else
as.character(object@sectionData$Targets$sectionName[arrays])
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.