plot_raw: plot_raw

View source: R/fct_plot_raw.R

plot_rawR Documentation

plot_raw

Description

A funcion to plot raw screen results

Usage

plot_raw(
  tidied_screen,
  .temp_col = "Temperature",
  .value_col = "value",
  .color_col = "channel_f",
  .linetype_col = "type",
  .variable_col = "var_num",
  .line_size = 0.3,
  .line_alpha = 0.8,
  .color_legend_title = "Channel",
  .linetype_legend_title = "",
  .scale_color_vals = c(Cy5.5 = "#67000d", Cy5 = "#a50f15", ROX = "#ef3b2c", TAMRA =
    "#f16913", JOE = "#74c476", FAM = "#2171b5"),
  .scale_linetype_vals = c(buffer = "dashed", protein = "solid"),
  .use_default_x_scaling = TRUE,
  .x_scale_breaks = NULL,
  ...
)

Value

A ggproto object containing a plot of the raw data


taiawu/Exp1243_heatmap_cache documentation built on Aug. 2, 2022, 3:07 p.m.