initialize,DrugData-method {rcellminer} | R Documentation |
Returns a DrugData object.
## S4 method for signature 'DrugData' initialize(.Object, act, repeatAct, sampleData)
.Object |
An object: see "new()" documentation in "methods" package. |
act |
An eSet object containing drug activity data across a set of biological samples. |
repeatAct |
An eSet object containing repeat drug activity experiment data with respect to the same samples associated with act. |
sampleData |
A MIAxE object capturing sample and other data set information. |
A DrugData object.
Seems to be required for definition of a constructor.