fNames<-,PharmacoSet,character,character-method {PharmacoGx} | R Documentation |
Setter for the feature names of a ['SummarizedExperiment'] in the molecularProfiles slot
## S4 replacement method for signature 'PharmacoSet,character,character' fNames(object, mDataType) <- value
object |
The ['PharmacoSet'] object to update |
mDataType |
['character'] The molecular data type to update |
value |
A ['character'] vector of the new cell names |
Updated ['PharmacoSet']
data(CCLEsmall) fNames(CCLEsmall, 'rna') <- fNames(CCLEsmall, 'rna')