Learn R Programming

anndata (version 0.7.5.2)

read_umi_tools: read_umi_tools

Description

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

Run this code
# NOT RUN {
ad <- read_umi_tools("...")
# }

Run the code above in your browser using DataLab