No project description provided
Project description
IDeRare-Pheno
IDeRare or "Indonesia Exome Rare Disease Variant Discovery Pipeline" is simple and ready to use variant discovery pipeline to discover rare disease variants from exome sequencing data.
Quick links
- Documentation
- PyPI Package
- License
- Interactive Webapps Implementation of at Streamlit
What does it do?
This script is recommended if you would like to do conversion, linkage analysis, similarity scoring, and gene-disease recommendation based on the phenotype data provided at clinical_data.txt. Full feature :
- Convert the phenotype data to HPO code (accept mixed SNOMED, LOINC, and HPO code)
- Similarity scoring of differential diagnosis
- Linkage analysis of differential diagnosis (accept mixed SNOMED, ICD-10, ORPHA, OMIM code), include dendrogram tree visualization.
- This should help clinician to systematically doing work-up and excluding similar diagnosis together based on the patient's phenotype.
- Gene and disease recommendation based on the phenotype data similarity scoring between phenotype and OMIM gene and disease databank.
- Linkage analysis of recommended causative gene and disease based on phenotype data (include dendrogram tree visualization).
- This should help clinician to explore / enrich their differential diagnosis based on the patient's phenotype.
- Example of the clinical data provided at Clinical Information Example section
Installation
iderare-pheno requires Python 3.8 or later.
Installing with pip
iderare-pheno is available on PyPI. Just run
pip install iderare-pheno
Installing from source
To install iderare-pheno from source, first clone the repository:
git clone https://github.com/ivanwilliammd/iderare-pheno.git
cd iderare_pheno
Then run
pip install -e .
Usage
from iderare_pheno.converter import term2omim, term2orpha, term2hpo, batchconvert
from iderare_pheno.simrec import hpo2omim_similarity, omim_recommendation, hpo2name
from iderare_pheno.utils import linkage_dendrogram, list2tsv
Team
iderare-pheno is developed and maintained by the author(s), To learn more about who specifically contributed to this codebase, see our contributors page.
License
iderare-pheno license is derived from IDeRare
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file iderare-pheno-0.3.4.tar.gz
.
File metadata
- Download URL: iderare-pheno-0.3.4.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c388dcfe8c657d242f3e68d710845f6f87b18f794e4a75a638def00167476d2 |
|
MD5 | aa98547b4d75284786d4bea64a5173c7 |
|
BLAKE2b-256 | 66a1b6f08fe486baa143a7f2688c060414ecb7431aa089f062d2d802b9b311c5 |
File details
Details for the file iderare_pheno-0.3.4-py3-none-any.whl
.
File metadata
- Download URL: iderare_pheno-0.3.4-py3-none-any.whl
- Upload date:
- Size: 11.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d3dc95c2958dbc0d06d3237a53adc23ebc6d816c574f8610c606776690d562b |
|
MD5 | 8f1cac56ad93456aac8402205b4e82e8 |
|
BLAKE2b-256 | 3a7aea86b899e609db997718b8cf8b2b03bb92d6b5107efec8da9b5e9f8eccbb |