sensitivitySlot<- {CoreGx}R Documentation

sensitivitySlot<- Replacement Generic

Description

sensitivitySlot<- Replacement Generic

Usage

sensitivitySlot(object, ...) <- value

Arguments

object

A CoreSet to extract the raw sensitivity data from

...

A list to allow new parameters in specific methods

value

A list of new sensitivity slot data for the rSet

Value

A copy of the CoreSet containing the updated sensitivty slot

Examples

data(clevelandSmall_cSet)
sensitivitySlot(clevelandSmall_cSet) <- sensitivitySlot(clevelandSmall_cSet)


[Package CoreGx version 1.2.0 Index]