setTgVEInfo | R Documentation |
The setTgVEInfo
function is to set the result of intercellular analysis
on detailed gene pairs (forming the interaction network) for one interaction between 2 cell clusters.
The getTgVEInfo
function is to get the result of intercellular analysis
on detailed gene pairs (forming the interaction network) for one interaction between 2 cell clusters.
setTgVEInfo(object, ...)
## S4 method for signature 'InterCell'
setTgVEInfo(object, new.veinfo)
getTgVEInfo(object, ...)
## S4 method for signature 'InterCell'
getTgVEInfo(object)
object |
A |
... |
Parameters passed to other methods. |
new.veinfo |
A new result of intercellular analysis on detailed gene pairs. |
## Not run:
setTgVEInfo(object, some.new.veinfo)
## End(Not run)
## Not run:
getTgVEInfo(object)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.