cellInfo-set-PharmacoSet-data.frame-method: cellInfo<- Generic

Description Usage Arguments Value Examples

Description

Generic for cellInfo replace method

Usage

1
2
## S4 replacement method for signature 'PharmacoSet,data.frame'
cellInfo(object) <- value

Arguments

object

The PharmacoSet to replace cell info in

value

A data.frame with the new cell annotations

Value

Updated PharmacoSet

Examples

1
2
data(CCLEsmall)
cellInfo(CCLEsmall) <- cellInfo(CCLEsmall)

PharmacoGx documentation built on Feb. 28, 2021, 2 a.m.