Learn R Programming

CoreGx (version 0.1.1)

molecularProfiles<-: molecularProfiles<- Generic

Description

Generic for molecularProfiles replace method

Usage

molecularProfiles(object, mDataType) <- value

Arguments

object

The CoreSet to replace molecular profiles in

mDataType

The type of molecular data to be updated

value

A matrix with the new profiles

Value

Updated CoreSet

Examples

Run this code
# NOT RUN {
molecularProfiles(Cleveland_small, "rna") <- molecularProfiles(Cleveland_small, "rna")

# }

Run the code above in your browser using DataLab