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 March 31, 2023, 10:02 p.m.