Skip to contents

Read a gzipped condensed count matrix from umi_tools.

Usage

read_umi_tools(filename, dtype = "float32")

Arguments

filename

File name to read from.

dtype

Numpy data type.

Examples

if (FALSE) {
ad <- read_umi_tools("...")
}