sub-subset-LongTable-ANY-ANY-method: [[<- Method for LongTable Class

[[<-,LongTable,ANY,ANY-methodR Documentation

⁠[[<-⁠ Method for LongTable Class

Description

Just a wrapper around assay<- for convenience. See ⁠?'assay<-,LongTable,character-method'.⁠

Usage

## S4 replacement method for signature 'LongTable,ANY,ANY'
x[[i]] <- value

Arguments

x

A LongTable to update.

i

The name of the assay to update, must be in assayNames(object).

value

A data.frame

Value

A LongTable object with the assay i updated using value.

Examples

merckLongTable[['sensitivity']] <- merckLongTable[['sensitivity']]


bhklab/CoreGx documentation built on March 14, 2024, 3:04 a.m.