Skip to contents

Create scMuffinList from counts and/or normalized data. The gene identifiers must be the same. Note that CNV analysis is currently available only for symbols as gene identifiers.

Usage

create_scMuffinList(counts = NULL, normalized = NULL)

Arguments

counts

genes-by-cells matrix or data.frame of counts. Rownames must be gene identifiers.

normalized

genes-by-cells matrix or data.frame with normalized expression. Rownames must be gene identifiers.

Value

scMuffinList with counts and normalized elements as dgCMatrix.