read_h5ad {anndata} | R Documentation |
Read .h5ad
-formatted hdf5 file.
read_h5ad(filename, backed = NULL)
filename |
File name of data file. |
backed |
If |
## Not run:
ad <- read_h5ad("example_formats/pbmc_1k_protein_v3_processed.h5ad")
## End(Not run)