fNames-set-PharmacoSet-character-character-method: fNames<-

Description Usage Arguments Value Examples

Description

Setter for the feature names of a ['SummarizedExperiment'] in the molecularProfiles slot

Usage

1
2
## S4 replacement method for signature 'PharmacoSet,character,character'
fNames(object, mDataType) <- value

Arguments

object

The ['PharmacoSet'] object to update

mDataType

['character'] The molecular data type to update

value

A ['character'] vector of the new cell names

Value

Updated ['PharmacoSet']

Examples

1
2
data(CCLEsmall)
fNames(CCLEsmall, 'rna') <- fNames(CCLEsmall, 'rna')

PharmacoGx documentation built on Feb. 28, 2021, 2 a.m.