ToxicoSig: ToxicoSig Constructor

View source: R/class-signature.R

ToxicoSigR Documentation

ToxicoSig Constructor

Description

A user friendly constructor to create ToxicoSig class objects. This function is implemented as an internal and should only be called for development purposes

Usage

ToxicoSig(
  Data = array(NA, dim = c(0, 0, 0)),
  tSetName = "",
  DateCreated = date(),
  SigType = "sensitivity",
  SessionInfo = sessionInfo(),
  Call = "No Call Recorded",
  Arguments = list()
)

Arguments

Data

'array“ An array contiaining the data for constructing the ToxicoSig object

tSetName

character(1) The name of the tSet used in the constructor

DateCreated

date The data at time of running the constructor

SigType

characterA string of the experiment type

SessionInfo

sessionInfoThe current session info

Call

character(1) A string

Arguments

list A list of arguments passed to the constructor

Value

object A new ToxicoSig object


bhklab/ToxicoGx documentation built on March 18, 2023, 6:44 a.m.