bioalpha.h5ad_map.H5ADMap.to_df
- H5ADMap.to_df(layer: str | None = None)
Generate shallow
DataFrame
.The data matrix
X
is returned asDataFrame
, whereobs_names
initializes the index, andvar_names
the columns.No annotations are maintained in the returned object.
The data matrix is densified in case it is sparse.
Params
- layerstr
Key for .layers.