sensitivityProfiles<- {PharmacoGx}R Documentation

sensitivityProfiles<- Generic

Description

A generic for the sensitivityProfiles replacement method

Usage

sensitivityProfiles(object) <- value

Arguments

object

The PharmacoSet to update

value

A data.frame with the new sensitivity profiles. If a matrix object is passed in, converted to data.frame before assignment

Value

Updated PharmacoSet

Examples

data(CCLEsmall)
sensitivityProfiles(CCLEsmall) <- sensitivityProfiles(CCLEsmall)


[Package PharmacoGx version 1.12.0 Index]