sainsc.io.read_Vizgen ===================== .. py:function:: sainsc.io.read_Vizgen(filepath, *, binsize = 0.5, remove_genes = VIZGEN_CTRLS, n_threads = None) Read a Vizgen transcripts file. :param filepath: Path to the Vizgen transcripts file. :type filepath: os.PathLike or str :param binsize: Size of each bin in um. :type binsize: float, optional :param remove_genes: List of regex patterns to filter the 'gene' column, :py:attr:`sainsc.io.VIZGEN_CTRLS` by default. :type remove_genes: collections.abc.Collection[str], optional :param n_threads: Number of threads used for reading file and processing. If `None` or 0 this will default to the number of available CPUs. :type n_threads: int | None, optional :rtype: sainsc.LazyKDE