Description Usage Arguments Value Examples
Function to set and retrieve feature names.
1 2 3 4 5 6 7 8 9 | featureNames(object)
featureNames(object) <- value
## S4 method for signature 'MOFAmodel'
featureNames(object)
## S4 replacement method for signature 'MOFAmodel,list'
featureNames(object) <- value
|
object |
a |
value |
list of character vectors with the feature names for each view |
list of character vectors with the feature names for each view
1 2 3 4 | data("CLL_data", package = "MOFAdata")
MOFAobject <- createMOFAobject(CLL_data)
featureNames(MOFAobject)$Mutations
head(featureNames(MOFAobject)$Drugs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.