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 |
mDataType |
The molecular data type to update |
value |
A |
Updated PharmacoSet
data(CCLEsmall) fNames(CCLEsmall, 'rna') <- fNames(CCLEsmall, 'rna')