molecularProfiles<- {CoreGx}R Documentation

molecularProfiles<- Generic

Description

Generic for molecularProfiles replace method

Usage

molecularProfiles(object, mDataType, assay) <- value

Arguments

object

The CoreSet to replace molecular profiles in

mDataType

The type of molecular data to be updated

assay

character Name or index of the assay data to return

value

A matrix with the new profiles

Value

Updated CoreSet

Examples

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


[Package CoreGx version 1.2.0 Index]