cash-set-LongTable-method: Update an assay from a LongTable object

$<-,LongTable-methodR 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 invisible NULL.

Examples

merckLongTable$sensitivity <- merckLongTable$sensitivity


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