sainsc.io.read_Atera ==================== .. py:function:: sainsc.io.read_Atera(filepath, *, binsize = 0.5, remove_features = ATERA_CTRLS, n_threads = None) Read an Atera transcripts file. :param filepath: Path to the Atera transcripts file (.parquet). :type filepath: os.PathLike or str :param binsize: Size of each bin in um. :type binsize: float, optional :param remove_features: List of regex patterns to filter the 'feature_name' column, :py:attr:`sainsc.io.ATERA_CTRLS` by default. The data is automatically filtered with the 'is_gene' column, as well. :type remove_features: collections.abc.Collection[str], optional :param n_threads: Number of threads used for processing. If `None` or 0 this will default to the number of available CPUs. :type n_threads: int | None, optional :rtype: sainsc.LazyKDE