plotFRC.Comparison: plotFRA.Comparison

Description Usage Arguments Details

View source: R/graphics_plotITRCWavesComparison.R

Description

This functions return ggplot2 figure that visualise fractional response curve (FRC) compared to standard response curve

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
plotFRC.Comparison(
  model,
  data,
  variable.to.compare,
  variable.to.rescale = variable.to.compare,
  theme.signal = NULL,
  ylab.right = "Cellular Response",
  data_raw_min = 0,
  theme.data.points = list(color = "black"),
  theme.data.line = list(color = "black"),
  ...
)

Arguments

model

FRAModel object return by FRA function

data,

column "model$signal" and

variable.to.compare,

column of data

theme.signal

optional, object returned by GetRescaledSignalTheme

ylab.right

character, label of right y axes and legend title, default "Signal levels"

data_raw_min,

column of data

...

Arguments passed on to plotFRC

title_

character, specify title of plot, default "Fractional Response Curve"

xlab_

character, label of x axes, default "Dose"

ylab_

character, label of y axes and legend title, default "Cumulative fraction of cells"

ylimits_

TRUE FALSE or vector of minimum and maximum of y axes

fill.guide_

logical, specify if legend should be displayed

plot.heterogeneity

logical, specify if heterogeneity should be added to FRC plot, default TRUE

signal.max

...

Details

TODO important


sysbiosig/SCRC documentation built on July 9, 2021, 9:22 p.m.