H2M Documentation#

H2M is a python package for precise modeling of human vairants in the mouse genome.
H2M’s main functions are:
Querying mouse orthologous genes with human genes input.
Generating homologous mouse mutations with a list of input human mutations. The input format is extremely flexible, allowing for users to input a list of genome coordinates or sequences with desired edits.
Package Installation#
H2M is available through the python package index. To install, use pip:
pip install h2m
Contents:
- Quick Start
- Jupyter Notebook Tutorial
- Complete Function Documentation
- Downstream Genome Editing Librabry Design Tool
- About H2M