createscCATCH: scCATCH object

View source: R/methods.R

createscCATCHR 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 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.

Value

scCATCH object


scCATCH documentation built on April 23, 2023, 5:09 p.m.