ToxicoSig {ToxicoGx} | R Documentation |
A user friendly constructor to create ToxicoSig class objects. This function is implemented as an internal and should only be called for development purposes
ToxicoSig( Data = array(NA, dim = c(0, 0, 0)), tSetName = "", DateCreated = date(), SigType = "sensitivity", SessionInfo = sessionInfo(), Call = "No Call Recorded", Arguments = list() )
Data |
[array] An array contiaining the data for constructing the ToxicoSig object |
tSetName |
[string] The name of the tSet used in the constructor |
DateCreated |
[date] The data at time of running the constructor |
SigType |
[character] A string of the experiment type |
SessionInfo |
[sessionInfo] The current session info |
Call |
[character] A string |
Arguments |
[list] A list of arguments passed to the constructor |
[object] A new ToxicoSig object