Skip to content

sssom-py

Python library and command line toolkit for working with SSSOM mappings.

SSSOM (Simple Standard for Sharing Ontology Mappings) is a TSV-based format for representing ontology mappings, or mappings between pairs of entities in general.

sssom-py lets you parse, convert, validate, merge, diff, and query SSSOM mapping files from the command line or from Python code.

  • Install in seconds


    Install sssom-py with pip and get up and running immediately

    Installation

  • Quick start


    Parse your first SSSOM file in under a minute

    Quick start

  • CLI reference


    Full reference for all command line commands

    CLI reference

  • Python API


    Use sssom-py as a library in your Python code

    API reference