read_mtx {anndata}R Documentation

read_mtx

Description

Read .mtx file.

Usage

read_mtx(filename, dtype = "float32")

Arguments

filename

The filename.

dtype

Numpy data type.

Examples

## Not run: 
ad <- read_mtx("matrix.mtx")

## End(Not run)

[Package anndata version 0.7.5.6 Index]