Skip to contents

[Superseded] 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.

Superseded

This function is superseded. Please use anndataR for reading and working with AnnData objects in R. See vignette("migration_to_anndataR", package = "anndata") for migration guidance.

Examples

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