detect mutation in gene and its location
Project description
Gene Mutation Detection Package
The Gene Mutation Detection Package is a Python library that allows you to analyze DNA sequences and identify mutations. It provides information about the position of the mutation and prints the mutated region.
Installation:
You can install the package using pip: pip install gene-mutation-detection
Usage:
- Import the detectMutation function from the package:
from gene_mutation_detection import detectMutation
- Provide the paths to your original and mutant DNA sequence files
original_fasta_file = 'C:/Users/Dell/Downloads/HEXA_datasets/ncbi_dataset/data/gene.fna'
mutant_fasta_file = 'C:/Users/Dell/Downloads/HEXA_datasets/ncbi_dataset/data/gene-mut.fna'
- Call the detectMutation function:
mutation_detection_result = detectMutation(original_fasta_file, mutant_fasta_file) print(mutation_detection_result)
Note: you can provide path to original and mutant DNA sequence files in the function directly
Example Output:
If a mutation is detected, the output will be similar to:
Mutation detected in gene NC_000015.10:c72376014-72340924 at position 10920. Mutated region: AAAAAGAGTATTTTTTTTTT
If no mutation is found, it will display:
No mutation detecteted.
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
File details
Details for the file zeny_mut-0.0.3.tar.gz
.
File metadata
- Download URL: zeny_mut-0.0.3.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28a8c7f646577ada065b9a3726936682bbbdc9c37e46a640fac1b47dd27dee2c |
|
MD5 | 8c63a66e649f522c85abba857a0b437c |
|
BLAKE2b-256 | df4061414f731cd4cbb463c0a0a295c1f8164b2aa1b8af8f0a51564cc67a8682 |
File details
Details for the file zeny_mut-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: zeny_mut-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38a7422a0c5f33680c74e4f6fd5c3375af848f9fbc9f4dc5eefd0e7c4db63d98 |
|
MD5 | 690de12701abbe429a2bc1994b4818ad |
|
BLAKE2b-256 | 2599780ed3ec9450b8026e386a5bbd2426daa67b2e78d0750242b57a36bf4f71 |