[[<-,LongTable,ANY,ANY-method {CoreGx}R 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']]


[Package CoreGx version 1.4.2 Index]