Genetic Therapy Generator Toolkit
Project description
Python project
Documentation
The documentation is available on http://gtgt.readthedocs.io/.
Caching
To speed up the tool, you can use caching by either specifying a folder using --cachedir
, or by setting the GTGT_CACHE
environment variable. This currently does not work with gtgt api_server
.
Human
gtgt --cachedir cache transcript ENST00000241453.12 | jq .
Variant Information
gtgt links "NM_000094.4:c.5299G>C"
Analyze exon skips
Use the analyze
entry point to generate all exon skips, and compare them to the wildtype and patient transcripts
# A frameshift deletion in exon 2
$ gtgt analyze ENST00000375549.8:c.100del
{
"wildtype": 1.0,
"ENST00000375549.8:c.50_172del": 0.8048779330148124,
"patient": 0.3513663563397666,
"ENST00000375549.8:c.167_317del": 0.3513663563397666
}
# An in-frame deletion in exon 2, notice how non of the exon skips have a
# higher score than the patient
$ gtgt analyze ENST00000375549.8:c.100_102del
{
"wildtype": 1.0,
"patient": 0.9970458173607387,
"ENST00000375549.8:c.50_172del": 0.8048779330148124,
"ENST00000375549.8:c.167_317del": 0.3484121737005053
}
# An in-frame deletion that creates a STOP codon is recognized as
# as highly detrimental
$ gtgt analyze ENST00000452863.10:c.87_89del
{
"wildtype": 1.0,
"patient": 0.18847136926335686,
"ENST00000452863.10:c.659_787del": 0.18847136926335686,
"ENST00000452863.10:c.782_890del": 0.18847136926335686,
"ENST00000452863.10:c.885_968del": 0.18847136926335686,
"ENST00000452863.10:c.963_1019del": 0.18847136926335686,
"ENST00000452863.10:c.1014_1116del": 0.18847136926335686,
"ENST00000452863.10:c.1111_1267del": 0.18847136926335686,
"ENST00000452863.10:c.1262_1357del": 0.18847136926335686,
"ENST00000452863.10:c.1352_1450del": 0.18847136926335686
}
Disclaimer
Copyright© 2023 LUMC (https://www.lumc.nl)
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
By accessing and using the program in any manner (including copying, modifying or redistributing the program), you accept and agree to the applicability of the GNU Affero General Public License. You can find and read this license on GNU Affero General Public License - GNU Project - Free Software Foundation.
In case of questions, you can contact us at DCRT@LUMC.nl.
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 gtgt-0.2.6.tar.gz
.
File metadata
- Download URL: gtgt-0.2.6.tar.gz
- Upload date:
- Size: 42.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
bd6790cb7142c1747b16b21e079a7c300ceb48584f8796515cdbc9ff80d2e039
|
|
MD5 |
b48ce771a5c638ac82f6c2c826f0b587
|
|
BLAKE2b-256 |
8b793b352cbe7179d0d6216cb284995c22573a0d8252d70d19e974ef037f5149
|
File details
Details for the file gtgt-0.2.6-py3-none-any.whl
.
File metadata
- Download URL: gtgt-0.2.6-py3-none-any.whl
- Upload date:
- Size: 47.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
37b5be4e0c24771249bc74d8cafd3f52a6066ba5af02df89db06144c2681fb78
|
|
MD5 |
6a30ab48446070df266e24d5bb79dad5
|
|
BLAKE2b-256 |
547c3a57f4130a0761bb65697fa9ed63ed82cf6c988dda0ae00095d3da08d7bc
|