GenePairSplit-InterCell: Using Gene Pair Split

setGenePairSplitR Documentation

Using Gene Pair Split

Description

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.

Usage

setGenePairSplit(object, ...)

## S4 method for signature 'InterCell'
setGenePairSplit(object, new.gene.pair.split)

getGenePairSplit(object)

## S4 method for signature 'InterCell'
getGenePairSplit(object)

Arguments

object

A InterCell object, which is created by CreateInterCellObject.

...

Parameters passed to other methods.

new.gene.pair.split

A new gene pair split, which is either one character or string.

Examples

## Not run: 
  setGenePairSplit(object, some.new.gene.pair.split)

## End(Not run)

## Not run: 
  getGenePairSplit(object)

## End(Not run)

ZJUDBlab/InterCellDB documentation built on March 19, 2023, 4:56 p.m.