displayColors {WGCNA} | R Documentation |
Show colors used to label modules
Description
The function plots a barplot using colors that label modules.
Usage
displayColors(colors = NULL)
Arguments
colors |
colors to be displayed. Defaults to all colors available for module labeling. |
Details
To see the first n
colors, use argument colors = standardColors(n)
.
Value
None.
Author(s)
Peter Langfelder
See Also
Examples
displayColors(standardColors(10))
[Package WGCNA version 1.72-5 Index]