HMM-based orthogroups
Project description
Docs · Report Bug · Request Feature
OrthoHMM infers gene orthology using Hidden Markov Models.
If you found orthohmm useful, please cite OrthoHMM: Improved Inference of Ortholog Groups using Hidden Markov Models. Steenwyk et al. 2024, bioRxiv. doi: 10.1101/2024.12.07.627370.
This documentation covers downloading and installing OrthoHMM. Details about each function as well as tutorials for using OrthoHMM are available in the online documentation.
Quick Start
1. Install external dependencies
OrthoHMM has two external dependencies — HMMER and mcl — that can't be installed using pip. Download and install these programs from their respective websites, which are linked in the previous sentence.
2. Install OrthoHMM
# install
pip install orthohmm
# run
orthohmm <path_to_directory_of_FASTA_files>
Installation
If you are having trouble installing OrthoHMM, please contact the lead developer, Jacob L. Steenwyk, via email or Bluesky to get help.
1. Install external dependencies
OrthoHMM has two external dependencies — HMMER and mcl — that can't be installed using pip. Download and install these programs from their respective websites, which are linked in the previous sentence.
2a. Install OrthoHMM from pip
To install using pip, we recommend building a virtual environment to avoid software dependency issues. To do so, execute the following commands:
# create virtual environment
python -m venv venv
# activate virtual environment
source venv/bin/activate
# install orthohmm
pip install orthohmm
Note, the virtual environment must be activated to use orthohmm.
After using OrthoHMM, you may wish to deactivate your virtual environment and can do so using the following command:
# deactivate virtual environment
deactivate
2b. Install OrthoHMM from source
Similarly, to install from source, we recommend using a virtual environment. To do so, use the following commands:
# download
git clone https://github.com/JLSteenwyk/orthohmm.git
cd orthohmm/
# create virtual environment
python -m venv venv
# activate virtual environment
source venv/bin/activate
# install
make install
To deactivate your virtual environment, use the following command:
# deactivate virtual environment
deactivate
Note, the virtual environment must be activated to use orthohmm.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file orthohmm-0.1.1.tar.gz.
File metadata
- Download URL: orthohmm-0.1.1.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a4f73f8b0a1996b54ec2ba4d98b7efde3321281b3d4f719571d078f3d50b796
|
|
| MD5 |
9682605edc89096dbc16145a83714703
|
|
| BLAKE2b-256 |
2955ad040d054e44c35d0851d1cc815a50ff30b2207560fdf46601ba18ea49ad
|
File details
Details for the file orthohmm-0.1.1-py2.py3-none-any.whl.
File metadata
- Download URL: orthohmm-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 17.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27aa5ac8be8106c16ff5cfd2767290df9caa86286e460dc23835eff183d5a605
|
|
| MD5 |
6b696794b22069d4c6a817b14475dc0a
|
|
| BLAKE2b-256 |
ea5938e5e3c36017f81e0ca5516068ee16f2691a47eefcb1d1da04f0c399101b
|