sainsc.read_StereoSeq ===================== .. py:function:: sainsc.read_StereoSeq(filepath, *, resolution = None, sep = '\t', n_threads = None, **kwargs) Read a Stereo-seq GEM file. :param filepath: Path to the Stereo-seq file. :type filepath: os.PathLike or str :param resolution: Center-to-center distance of Stere-seq beads in nm, if None it will try to detect it from the chip definition in the file header if one exists. :type resolution: float, optional :param sep: Separator used in :py:func:`polars.read_csv`. :type sep: str, optional :param n_threads: Number of threads used for reading and processing file. If `None` this will default to the number of available CPUs. :type n_threads: int, optional :param kwargs: Other keyword arguments will be passed to :py:func:`polars.read_csv`. :rtype: sainsc.LazyKDE