Skip to contents

This function reads a h5ad file, extracts metadata, gene and cell names, and count data. Then, it creates a Seurat object with the extracted information.

Usage

read_h5ad(file, counts_layer = "counts", ...)

Arguments

file

A character string representing the path to the h5ad file.

Value

A Seurat object containing the data from the h5ad file.

Details

Note that this version doesn't import unstructured data saved in `uns`.