Description Usage Arguments Details Value
Map enrichment values to colors
1 | mapEnrichmentToColors(obj, palette, class.col, scale="auto")
|
obj |
an object of type DDGraph |
palette |
the color palette to use (by default Orange-Red) |
class.col |
the color to use for class labels, if applicable (by default light green) |
scale |
by how much to scale the -log10(p.value) when color coding: either a number of "auto" for automatic |
The enrichment of every variable is calculated during construction of DDGraph objects (in ncpc()
).
Use this information to color code the node in the graph. By default the Orange-Red is used and shown the strength
of enrichment and depletion. No difference is made for enriched/depleted variables.
the p values color-coded by convertPvalueToColorIndex() function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.