[[<-,LongTable,ANY,ANY-method {CoreGx} | R Documentation |
[[<-
Method for LongTable ClassJust a wrapper around assay<- for convenience. See
?'assay<-,LongTable,character-method'.
## S4 replacement method for signature 'LongTable,ANY,ANY' x[[i]] <- value
x |
A |
i |
The name of the assay to update, must be in |
value |
A |
A LongTable
object with the assay i
updated using value
.
merckLongTable[['sensitivity']] <- merckLongTable[['sensitivity']]