dependencies | R Documentation |
Retrieve or assign hierarchical dependencies between cell types for an xCell2Object.
Retrieve or assign the hierarchical dependencies between cell types for an xCell2Object.
getDeps(object)
setDeps(object) <- value
## S4 method for signature 'xCell2Object'
getDeps(object)
## S4 replacement method for signature 'xCell2Object'
setDeps(object) <- value
object |
An xCell2Object. |
value |
A list of hierarchical dependencies (for the setter). |
For 'getDeps', a list of hierarchical dependencies. For 'setDeps<-', the updated xCell2Object.
For 'getDeps', a list of hierarchical dependencies. For 'setDeps<-', the updated xCell2Object.
xCell2Object-class
xCell2Object-class
data(DICE_demo.xCell2Ref, package = "xCell2")
setDeps(DICE_demo.xCell2Ref) <- list("Parent" = "ChildType1")
getDeps(DICE_demo.xCell2Ref)
data(DICE_demo.xCell2Ref, package = "xCell2")
setDeps(DICE_demo.xCell2Ref) <- list("ParentType" = "ChildType1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.