get_h5ad_dimensions.Rd
Helper function to get the dimensions and compressed sparse format
get_h5ad_dimensions(f_path)
File path to the .h5ad file.
.h5ad
A list with the following elements:
dims - Dimensions of the stored data in the h5ad file.
type - Was the data stored in CSR (indptr = cells) or CSC (indptr = genes).