SEAM Documentation ================= .. toctree:: :maxdepth: 2 :caption: Contents: installation tutorials/index api SEAM (Systematic Explanation of Attribution-based Mechanisms) is a Python suite for using meta-explanations to interpret sequence-based deep learning models for regulatory genomics data. Quick Install ------------ .. code-block:: bash conda create --name seam python=3.9 conda activate seam pip install seam-nn For CPU and GPU installation instructions, Python version notes, and troubleshooting, see :doc:`installation`. Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`