A transcript orthologies inferring package
Project description
Inferring clusters of orthologous and paralogous transcripts
Algorithm to infer clusters of isoorthologous transcripts using gene-level homology relationships and a Reciprocal Best Hits approach
About The Project
Overview
A graph-based method to infer isoorthology & recent paralogy relations in a set of homologous transcripts
Requirements
python3 (at leat python 3.6)NetworkXPandasNumpyETE toolkit
About the package
install the package
pip3 install transcriptorthology
import package and use the main function
from transcriptorthology.transcriptOrthology import inferring_transcripts_isoorthology
if __name__ == '__main__':
gtot_path = './execution/mapping_gene_to_transcripts/ENSGT00390000000080.fasta'
gt_path = './execution/NHX_trees/ENSGT00390000000080.nwk'
lower_bound = 0.7
transcripts_msa_path = './execution/transcripts_alignments/ENSGT00390000000080.alg'
tsm_conditions = 2
output_folder = './execution/output_folder'
inferring_transcripts_isoorthology(transcripts_msa_path, gtot_path, gt_path,tsm_conditions,lower_bound,output_folder)
Copyright © 2023 CoBIUS LAB
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
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 transcriptorthology-3.0.0.tar.gz.
File metadata
- Download URL: transcriptorthology-3.0.0.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.14 tqdm/4.50.2 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3eb2e0279f95af8a532b9d785637269f9e528f1e9f46c4f028f78d9a7124d6e0
|
|
| MD5 |
edcf89043619cc07de6fbaa4763a702c
|
|
| BLAKE2b-256 |
095bbd76f0d6278599eac79b7ea417c97683825a8aa5394d3ec4b1c4976620db
|
File details
Details for the file transcriptorthology-3.0.0-py3-none-any.whl.
File metadata
- Download URL: transcriptorthology-3.0.0-py3-none-any.whl
- Upload date:
- Size: 12.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.14 tqdm/4.50.2 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07837d2841d5462b52014c37bfd9d3792e325bd09a413bf0bb35138c634732a1
|
|
| MD5 |
226623f25b30061aa913f0426b35c44b
|
|
| BLAKE2b-256 |
55b867592cc142fd3057e6cd1f3cf64ef109e173d339872e25082fb9033b85ab
|