SynergyMatrix.plot: Colored concentration pairwise synergy matrix

Description Usage Arguments Value Examples

View source: R/Loewe.R

Description

Colored concentration pairwise synergy matrix

Usage

1
2
SynergyMatrix.plot(data, resp = "diffLoewe", conc1 = "CONC",
  conc2 = "CONC2")

Arguments

data

input data

resp

Name of the column in the dataset with the effect/response to be fitted.

conc1

Name of the column in the dataset with the concentrations for drug 1. 'CONC' by default.

conc2

Name of the column in the dataset with the concentrations for drug 1. 'CONC2' by default.

Value

Colored concentration pairwise matrix reflecting the difference between the measurement and the surface obtained under a no-interaction model. Values less than zero (blue) represent antagonism and values greater that zero (yellow) represent synergism.

Examples

1
2
3
4
5
6
7
8
## Not run: 
data(Dactolisib_Trametinib_rates)
head(GD)
GD=Loewe(data=GD,resp = 'Birth_rate')
GD$diffLoewe=(GD$loewe_additivity-GD$Birth_rate)
SynergyMatrix.plot(GD, resp="diffLoewe")

## End(Not run)

Michorlab/ACESO documentation built on June 4, 2021, 4:57 p.m.