Learn R Programming

PharmacoGx (version 1.1.6)

phenoInfo<-: phenoInfo<- Generic

Description

Generic for phenoInfo replace method

Usage

phenoInfo(object, mDataType) <- value

Arguments

object
The PharmacoSet to retrieve molecular experiment annotations from
mDataType
the type of molecular data
value
a data.frame with the new experiment annotations

Value

The updated PharmacoSet

Examples

Run this code

data(CCLEsmall)
phenoInfo(CCLEsmall, mDataType="rna") <- phenoInfo(CCLEsmall, mDataType="rna")

Run the code above in your browser using DataLab