fNames<-,PharmacoSet,character,character-method {PharmacoGx}R Documentation

fNames<-

Description

Setter for the feature names of a SummarizedExperiment in the molecularProfiles slot

Usage

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

Arguments

object

The PharmacoSet object to update

mDataType

The molecular data type to update

value

A character vector of the new cell names

Value

Updated PharmacoSet

Examples

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


[Package PharmacoGx version 2.0.9 Index]