cellCellSimulate {scTensor} | R Documentation |
All parameters is saved to metadata slot of SingleCellExperiment object.
cellCellSimulate(params = newCCSParams(), verbose = TRUE)
params |
A parameter object generated by newCCSParams(). |
verbose |
Whether the message is outputted or not (Default: TRUE). |
A list object containing simcount, LR, and celltype. simcount is the synthetic count matrix, LR is the synthetic ligand-receptor pair list, and celltype is the vector to specity the celltype of the each column of simcount.
Koki Tsuyuzaki
showMethods("cellCellSimulate")