cellInfo<-,PharmacoSet,data.frame-method {PharmacoGx}R Documentation

cellInfo<- Generic

Description

Generic for cellInfo replace method

Usage

## 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

data(CCLEsmall)
cellInfo(CCLEsmall) <- cellInfo(CCLEsmall)


[Package PharmacoGx version 2.0.9 Index]