stereo.io.read_seurat_h5ad#

stereo.io.read_seurat_h5ad(file_path, use_raw=False)[source]#

Read the H5ad file in Anndata format of Seurat, and generate the StereoExpData object.

Parameters:
  • file_path (str) – the path of input H5ad file.

  • use_raw (bool) – whether to read data of self.raw.

Return type:

An object of StereoExpData.