plotHeterogeneityPieCharts: plotHeterogeneityPieCharts

Description Usage Arguments

View source: R/graphics_plotConfusionMatrix.R

Description

This functions return ggplot2 figure that visualise using pie charts what fraction of cells exposed to one dose exhibits responses in the range characteristic for other doses.

Usage

1
2
3
4
5
6
7
8
9
plotHeterogeneityPieCharts(
  model,
  max.signal = NULL,
  save.plot = FALSE,
  title_ = "Cell-to-cel heterogeneity",
  ylab_ = "dose",
  xlab_ = "dose for which response is typical",
  ...
)

Arguments

model

FRAModel object return by FRA function

max.signal

maximal signal for which the cell-to-cell heterogeneity is plotted, default confusion.signal == max(signal)

title_

character, specify title of plot, default "Cell-to-cel heterogeneity"

ylab_

character, label of y axes, default "dose"

xlab_

character, label of x axes, default "dose for which response is typical"


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