| ccEnrichResult-class | R Documentation |
Acts as a container object for multiple HyperGResultCC objects.
Objects can be created by calls of the form new("ccEnrichResult", ...).
Class "namedList", directly.
Class "list", by class "namedList", distance 2.
Class "vector", by class "namedList", distance 3.
Class "AssayData", by class "namedList", distance 3.
signature(object = "ccEnrichResult"): get the number of runs using random feature lists were performed
signature(r = "ccEnrichResult"): what is the pvalueCutoff to determine significant annotations
signature(r = "ccEnrichResult"): change the pvalueCutoff for an annotation to be considered significant
signature(object = "ccEnrichResult"): change whether p-values used are from "FDR" or raw p-values
signature(object = "ccEnrichResult"): how many features need to belong to an annotation to be reported
signature(object = "ccEnrichResult"): adjust the minCount
signature(object = "ccEnrichResult"): what type of graph should be generated (generally set by the class of object)
signature(object = "ccEnrichResult"): change the type of graph to generate by ccCompare
Robert M Flight
data(ccData)
enrichRes <- enrichLists[[1]]
fdr(enrichRes)
pvalueType(enrichRes)
enrichRes
pvalueType(enrichRes) <- 'pval'
enrichRes
pvalueCutoff(enrichRes)
pvalueCutoff(enrichRes) <- 0.01
enrichRes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.