setFullViewResult | R Documentation |
The setFullViewResult
function is to set the result of network analysis.
The getFullViewResult
function is to get the result of network analysis.
setFullViewResult(object, ...)
## S4 method for signature 'InterCell'
setFullViewResult(object, new.inter.fullview)
getFullViewResult(object, ...)
## S4 method for signature 'InterCell'
getFullViewResult(object)
## S4 method for signature 'InterCell'
setTgActionPairs(object, new.action.pairs)
object |
A |
... |
Parameters passed to other methods. |
new.inter.fullview |
A new result of network analysis. |
new.action.pairs |
A new result of intercellular analysis on action properties |
## Not run:
setFullViewResult(object, some.new.fullview.result)
## End(Not run)
## Not run:
getFullViewResult(object)
## End(Not run)
## Not run:
setTgActionPairs(object, some.new.tg.action.pairs)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.