$<-,LongTable-method {CoreGx}R Documentation

Update an assay from a LongTable object

Description

Update an assay from a LongTable object

Usage

## S4 replacement method for signature 'LongTable'
x$name <- value

Arguments

x

A LongTable to update an assay for.

name

character(1) The name of the assay to update

value

A data.frame or data.table to update the assay with.

Value

Updates the assay name in x with value, returning an invsible NULL.

Examples

merckLongTable$sensitivity <- merckLongTable$sensitivity


[Package CoreGx version 1.5.7 Index]