ovrlpy.io.read_Xenium ===================== .. py:function:: ovrlpy.io.read_Xenium(filepath, *, remove_features = XENIUM_CTRLS) Read a Xenium transcripts file. :param filepath: Path to the Xenium transcripts file. Both, .csv.gz and .parquet files, are supported. :type filepath: os.PathLike or str :param remove_features: List of regex patterns to filter the 'feature_name' column, :py:attr:`ovrlpy.io.XENIUM_CTRLS` by default. :type remove_features: collections.abc.Collection[str], optional :rtype: pandas.DataFrame