setClusterSplit | R Documentation |
The setClusterSplit
function is to set the cluster group split,
which is either one charater or string, and used to split 2 cell clusters in one interaction.
The getClusterSplit
function is to set the cluster group split,
which is either one charater or string, and used to split 2 cell clusters in one interaction.
setClusterSplit(object, ...)
## S4 method for signature 'InterCell'
setClusterSplit(object, new.cluster.split)
getClusterSplit(object)
## S4 method for signature 'InterCell'
getClusterSplit(object)
object |
A |
... |
Parameters passed to other methods. |
new.cluster.split |
A new cluster group split, which is either one character or string. |
## Not run:
setClusterSplit(object, some.new.cluster.split)
## End(Not run)
## Not run:
getClusterSplit(object)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.