Set Color Style for Plotting

use_color_style(
  style,
  mode = c("SBS", "copynumber", "DBS", "ID", "RS"),
  method = "Wang"
)

Arguments

style

one of 'default' and 'cosmic'.

mode

only used when the style is 'cosmic', can be one of "SBS", "copynumber", "DBS", "ID".

method

used to set a more custom palette for different methods.

Value

color values.

Examples

use_color_style("default")
use_color_style("cosmic")