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
-
Quick start
Parse your first SSSOM file in under a minute
-
CLI reference
Full reference for all command line commands
-
Python API
Use sssom-py as a library in your Python code
Links¶
- SSSOM specification: mapping-commons.github.io/sssom
- Publication: A Simple Standard for Sharing Ontological Mappings (SSSOM)
- Tutorials: mapping-commons.github.io/sssom/tutorial
- PyPI: pypi.org/project/sssom
- Source code: github.com/mapping-commons/sssom-py