initialize,DrugData-method {rcellminer}R Documentation

Returns a DrugData object.

Description

Returns a DrugData object.

Usage

## S4 method for signature 'DrugData'
initialize(.Object, act, repeatAct, sampleData)

Arguments

.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.

Value

A DrugData object.

Note

Seems to be required for definition of a constructor.


[Package rcellminer version 2.4.0 Index]