createscCATCH {scCATCH} | R Documentation |
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 |
cluster |
A character containing the cluster information for each cell. The length of it must be equal to the ncol of the data. |
Value
scCATCH object
[Package scCATCH version 3.2.2 Index]