Skip to contents

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

Usage

# S4 method for 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']]