Learn R Programming

PharmacoGx (version 1.1.6)

molecularProfiles<-: molecularProfiles<- Generic

Description

Generic for molecularProfiles replace method

Usage

molecularProfiles(object, mDataType) <- value

Arguments

object
The PharmacoSet to replace molecular profiles in
mDataType
The type of molecular data to be updated
value
A matrix with the new profiles

Value

Updated PharmacoSet

Examples

Run this code
data(CCLEsmall)
molecularProfiles(CCLEsmall, "rna") <- molecularProfiles(CCLEsmall, "rna")

Run the code above in your browser using DataLab