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()
)
[array] An array contiaining the data for constructing the ToxicoSig object
[string] The name of the tSet used in the constructor
[date] The data at time of running the constructor
[character] A string of the experiment type
[sessionInfo] The current session info
[character] A string
[list] A list of arguments passed to the constructor
[object] A new ToxicoSig object