Nothing
setMethod("geneSetName", "GeneSetResult",
function(object){object@geneSetName}
)
setMethod("geneSetName", "GeneSetResultCollection",
function(object){lapply(object, function(y) y@geneSetName)}
)
setMethod("pValue", "GeneSetResult",
function(object){object@pValue}
)
setMethod("pValue", "GeneSetResultCollection",
function(object){lapply(object, function(y) y@pValue)}
)
setMethod("degreesOfFreedom", "GeneSetResult",
function(object){object@degreesOfFreedom}
)
setMethod("degreesOfFreedom", "GeneSetResultCollection",
function(object){lapply(object, function(y) y@degreesOfFreedom)}
)
setMethod("statistic", "GeneSetResult",
function(object){object@statistic}
)
setMethod("statistic", "GeneSetResultCollection",
function(object){lapply(object, function(y) y@statistic)}
)
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.