dreData: Retrive doses, normalized responses and effects

Description Usage Arguments Details Value Methods (by class) See Also Examples

Description

Retrive doses, normalized responses and effects

Usage

1
2
3
4
5
6
7
dreData(object, ...)

## S4 method for signature 'DRE'
dreData(object)

## S4 method for signature 'SynergyScreen'
dreData(object, names = NULL)

Arguments

object

object of supported class, e.g. DRE or SynergyScreen

...

method-specific arguments: see below

names

the names of the dose-response experiments to retrieve data for, character

Details

DRE method

returns a data frame is generated from @dose, @response and @effect slots

SynergyScreen method

returns a data frame generated from @dose, @response and @effect slots of DRE objects contained in @dre_list slot of the SynergyScreen object. Use parameter names to retrieve data for specific dose-response experiments. If names=NULL, all dose-response data are retrieved

Value

data frame

Methods (by class)

See Also

DRE, SynergyScreen

Examples

1
2
3

ybukhman/SynergyScreen documentation built on May 4, 2019, 2:31 p.m.