Contructor for the PharmacoSig S4 class
Usage
PharmacoSig(
Data = array(NA, dim = c(0, 0, 0)),
PSetName = "",
DateCreated = date(),
SigType = "sensitivity",
SessionInfo = sessionInfo(),
Call = "No Call Recorded",
Arguments = list()
)Arguments
- Data
of data to build the signature from
- PSetName
charactervector containing name of PSet, defaults to ''- DateCreated
datedate the signature was created, defaults todate()- SigType
charactervector specifying whether the signature is sensitivity or perturbation, defaults to 'sensitivity'- SessionInfo
sessionInfoobject as retuned bysesssionInfo()function, defaults tosessionInfo()- Call
characterorcallspecifying the constructor call used to make the object, defaults to 'No Call Recorded'- Arguments
lista list of additional arguments to the constructure