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