featureInfo<- {PharmacoGx}R Documentation

featureInfo<- Generic

Description

Generic for featureInfo replace method

Usage

featureInfo(object, mDataType) <- value

Arguments

object

The PharmacoSet to replace gene annotations in

mDataType

The type of molecular data to be updated

value

A data.frame with the new feature annotations

Value

Updated PharmacoSet

Examples

data(CCLEsmall)
featureInfo(CCLEsmall, "rna") <- featureInfo(CCLEsmall, "rna")


[Package PharmacoGx version 1.14.0 Index]