setClass("GOHyperGResult",
contains="HyperGResultBase",
representation=representation(
goDag="graph",
pvalue.order="integer",
conditional="logical"),
prototype=prototype(
testName="GO",
pvalueCutoff=0.01,
goDag=new("graphNEL")))
## this is for OBO
setClass("OBOHyperGResult",
contains="HyperGResultBase",
representation=representation(
goDag="graph",
gscDescriptions="character",
pvalue.order="integer",
conditional="logical"),
prototype=prototype(
testName="GO",
pvalueCutoff=0.01,
goDag=new("graphNEL")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.