View source: R/class-SignatureClass.R
PharmacoSig | R Documentation |
Contructor for the PharmacoSig S4 class
PharmacoSig(
Data = array(NA, dim = c(0, 0, 0)),
PSetName = "",
DateCreated = date(),
SigType = "sensitivity",
SessionInfo = sessionInfo(),
Call = "No Call Recorded",
Arguments = list()
)
Data |
of data to build the signature from |
PSetName |
|
DateCreated |
|
SigType |
|
SessionInfo |
|
Call |
|
Arguments |
|
A PharmacoSig
object build from the provided signature data
PharmacoSig()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.