Learn R Programming

anndata (version 0.7.5.6)

read_mtx: read_mtx

Description

Read .mtx file.

Usage

read_mtx(filename, dtype = "float32")

Arguments

filename

The filename.

dtype

Numpy data type.

Examples

Run this code
if (FALSE) {
ad <- read_mtx("matrix.mtx")
}

Run the code above in your browser using DataLab