################################################################################
setMethod("getManifest", signature("CNV450kSet"), function(object) {
object@manifest
})
################################################################################
setMethod("getSummary", signature("CNV450kSet"), function(object) {
object@summary
})
################################################################################
setMethod("getSegments", signature("CNV450kSet"), function(object) {
object@segments
})
################################################################################
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.