Learn R Programming

anndata (version 0.7.5.2)

read_hdf: read_hdf

Description

Read .h5 (hdf5) file.

Usage

read_hdf(filename, key)

Arguments

filename

Filename of data file.

key

Name of dataset in the file.

Details

Note: Also looks for fields row_names and col_names.

Examples

Run this code
# NOT RUN {
ad <- read_hdf("file.h5")
# }

Run the code above in your browser using DataLab