Description Usage Arguments Details Value Methods (by class) See Also Examples
Retrive doses, normalized responses and effects
| 1 2 3 4 5 6 7 | 
| 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 | 
returns a data frame is generated from @dose, @response and @effect slots
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
data frame
DRE: Retieve dose, normalized response and effect data from a DRE object
SynergyScreen: Retieve dose, normalized response and effect data from DRE objects contained in the @dre_list slot 
of a SynergyScreen object
| 1 2 3 | data(sim15_screen3)
dreData(sim15_screen3)
dreData(dre(sim15_screen3,"Cpd1"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.