createscCATCH: scCATCH object
Description
create scCATCH object using single-cell count data and cluster information.
Usage
createscCATCH(data, cluster)
Arguments
- data
A matrix or dgCMatrix containing normalized single-cell RNA-seq data, each column representing a cell, each row representing a gene. See demo_data
.
- cluster
A character containing the cluster information for each cell. The length of it must be equal to the ncol of the data.