setTgItInfo | R Documentation |
The setTgItInfo
function is to set plain information about gene pairs,
which are directly fetched from full view analysis.
The getTgItInfo
function is to get plain information about gene pairs,
which are directly fetched from full view analysis.
setTgItInfo(object, ...)
## S4 method for signature 'InterCell'
setTgItInfo(object, new.itinfo)
getTgItInfo(object, ...)
## S4 method for signature 'InterCell'
getTgItInfo(object)
object |
A |
... |
Parameters passed to other methods. |
new.itinfo |
A new plain information on gene pairs, which are directly fetched from full view analysis. |
## Not run:
setTgItInfo(object, some.new.itinfo)
## End(Not run)
## Not run:
getTgItInfo(object)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.