molecularProfilesSlot<- {CoreGx}R Documentation

molecularProfilesSlot<-

Description

Replace method for the molecular profiles slot of a cSet

Usage

molecularProfilesSlot(object) <- value

Arguments

object

A CoreSet object for which values will be replaced

value

A list containing molecular profiles as SummarizedExperiments

Value

A copy of the CoreSet with the molecularProfiles slot updated

Examples

data(clevelandSmall_cSet)
molecularProfilesSlot(clevelandSmall_cSet) <- molecularProfilesSlot(clevelandSmall_cSet)


[Package CoreGx version 1.2.0 Index]