scale_color_miko: Gradient color scale

View source: R/plot_functions.R

scale_color_mikoR Documentation

Gradient color scale

Description

Wrapper for scale_color_gradient2, with preferred default parameters

Usage

scale_color_miko(
  low = scales::muted("blue"),
  high = scales::muted("red"),
  mid = "white",
  ...
)

Arguments

low

color for low end of gradient

high

color for high end of gradient

mid

color for middle point of gradient

...

additional arguments passed to scale_color_gradient2(...)

Examples


 df.dat <- getDEG(so.query, return.list = F)
 plt.volcano <-  miko_volcano(df.deg = df.dat) + scale_color_miko()


NMikolajewicz/scMiko documentation built on June 28, 2023, 1:41 p.m.