read_umi_tools {anndata} | R Documentation |
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
## Not run:
ad <- read_umi_tools("...")
## End(Not run)
[Package anndata version 0.7.5.6 Index]