Read an .h5ad file and convert to a Seurat
Arguments
- path
Path to an
.h5adfile (passed toscanpy.read_h5ad()).- verbose
Whether to print the message. Default is
TRUE.- prepare_for_reticulate
If
TRUE(default), coercesXand each layer matrix to CSRfloat64in Python (avoids invaliddgRMatrixconversion via reticulate). Layers that still fail inadata_to_srt()are skipped and reported. Set toFALSEfor a plainread_h5adthen convert.