setTgActionComp | R Documentation |
The setTgActionComp
function is to set the result of intercellular analysis
on composition of action mode and action effect for one interaction between 2 cell clusters.
The getTgActionComp
function is to get the result of intercellular analysis
on composition of action mode and action effect for one interaction between 2 cell clusters.
setTgActionComp(object, ...)
## S4 method for signature 'InterCell'
setTgActionComp(object, new.action.comp)
getTgActionComp(object, ...)
## S4 method for signature 'InterCell'
getTgActionComp(object)
object |
A |
... |
Parameters passed to other methods. |
new.action.comp |
A new result of intercellular analysis on composition of action mode and action effect. |
## Not run:
setTgActionComp(object, some.new.action.comp)
## End(Not run)
## Not run:
getTgActionComp(object)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.