molecularProfiles<- {PharmacoGx}R Documentation

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

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


[Package PharmacoGx version 1.14.0 Index]