PharmacoSig: Contructor for the PharmacoSig S4 class

Description Usage Arguments Value

View source: R/class-SignatureClass.R

Description

Contructor for the PharmacoSig S4 class

Usage

1
2
3
4
5
6
7
8
9
PharmacoSig(
  Data = array(NA, dim = c(0, 0, 0)),
  PSetName = "",
  DateCreated = date(),
  SigType = "sensitivity",
  SessionInfo = sessionInfo(),
  Call = "No Call Recorded",
  Arguments = list()
)

Arguments

Data

['array'] of data to build the signature from

PSetName

['character'] vector containing name of PSet, defaults to ”

DateCreated

['date'] date the signature was created, defaults to 'date()'

SigType

[‘character'] vector specifying whether the signature is sensitivity or perturbation, defaults to ’sensitivity'

SessionInfo

['sessionInfo'] object as retuned by 'sesssionInfo()' function, defaults to 'sessionInfo()'

Call

[‘character' or 'call'] specifying the constructor call used to make the object, defaults to ’No Call Recorded'

Arguments

['list'] a list of additional arguments to the constructure

Value

A ['PharmacoSig'] object build from the provided signature data


PharmacoGx documentation built on Feb. 28, 2021, 2 a.m.