CCSParams-class {scTensor}R Documentation

Class "CCSParams"

Description

The parameter object to be specified against cellCellSimulate function.

Objects from the Class

Objects can be created by calls of the form new("CCSParams", ...).

Slots

nGene:

The number of genes.

nCell:

The number of cells.

cciInfo:

The parameter to describe the CCI.

lambda:

The parameter for dropout simulation.

seed:

The seed for using random numbers.

Methods

newCCSParams

Generator of CCSParams object.

getParam

Getter function of the slot in CCSParams object.

setParam<-

Setter function of the slot in CCSParams object.

See Also

newCCSParams, getParam, setParam<-


[Package scTensor version 1.0.7 Index]