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