read_mtx: read_mtx

View source: R/read_mtx.R

read_mtxR 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)

anndata documentation built on June 8, 2025, 9:35 p.m.