ClusterSplit-InterCell: Using Cluster Group Split

setClusterSplitR Documentation

Using Cluster Group Split

Description

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.

Usage

setClusterSplit(object, ...)

## S4 method for signature 'InterCell'
setClusterSplit(object, new.cluster.split)

getClusterSplit(object)

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

Arguments

object

A InterCell object, which is created by CreateInterCellObject.

...

Parameters passed to other methods.

new.cluster.split

A new cluster group split, which is either one character or string.

Examples

## Not run: 
  setClusterSplit(object, some.new.cluster.split)

## End(Not run)

## Not run: 
  getClusterSplit(object)

## End(Not run)

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