read_umi_tools {anndata} | R Documentation |
Read a gzipped condensed count matrix from umi_tools.
read_umi_tools(filename, dtype = "float32")
filename |
File name to read from. |
dtype |
Numpy data type. |
## Not run:
ad <- read_umi_tools("...")
## End(Not run)