WGCNA (version 1.68)

displayColors: 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.

Value

None.

Details

To see the first n colors, use argument colors = standardColors(n).

See Also

standardColors

Examples

Run this code
# NOT RUN {
  displayColors(standardColors(10))
# }

Run the code above in your browser using DataCamp Workspace