Thin R-only wrapper around Seurat::LoadXenium() that validates the
bundle layout, sets the scConvert spatial-technology tag, and returns a
Seurat object ready for conversion to h5ad / h5Seurat / Zarr via
scConvert.
Value
A Seurat object with an FOV slot containing cell centroids, segmentation boundaries, and transcript molecules
Details
The bundle directory must contain the canonical 10x Xenium output files
(cell_feature_matrix.h5 or cell_feature_matrix/, cells.csv.gz
or cells.parquet, and optional transcripts.parquet /
cell_boundaries.parquet / nucleus_boundaries.parquet).
Examples
if (FALSE) { # \dontrun{
seurat_obj <- LoadXenium("/path/to/xenium_lung/")
scConvert(seurat_obj, "xenium_lung.h5ad")
} # }