GeoMxProcessor (opennano.io) ============================ The `GeoMxProcessor` class is designed for processing NanoString GeoMx data. It combines file validation, parsing, and data integration into a single interface, enabling efficient workflows for users. Features: - Parse `.dcc` and `.pkc` files. - Extract metadata from GEO SOFT files. - Create `AnnData` objects for downstream analysis. The functions `read_dcc_files` (for one file), `read_all_dcc_files` (for multiple files), `read_pkc`, `parse_geo_soft_metadata_with_identifier`, and `create_single_anndata` are also available for users who want to perform these operations separately. **Class Documentation** .. automodule:: opennano.io :members: :special-members: __init__ :undoc-members: :show-inheritance: