SetCtrlCondName,tpcaResult-method {Rtpca} | R Documentation |
Set CtrlCondName
## S4 method for signature 'tpcaResult' SetCtrlCondName(object, name)
object |
an object of class tpcaResult |
name |
a character string describing the control condition |
an object of class tpcaResult
tpcaObj <- new("tpcaResult") SetCtrlCondName(tpcaObj, "DMSO")